plist

Functions for interacting with the player list

Functions:

plist.get

plist.get(entindex: number, field: string)

ArgumentTypeDescription

entindex

number (entindex)

Player index

field

string (menu item)

Name of the field

Functions for interacting with the player list

plist.set

plist.set(entindex: number, field: string, value: any)

ArgumentTypeDescription

entindex

number (entindex)

Player index

field

string (menu item)

Name of the field

value

any

Value of the field

Functions for interacting with the player list

Last updated