3rd Party Libraries
Recent Additions
Handles Parser
Discord
clientprefs
Cookie
SetInt
File
SetInt
Last Updated
2022-07-31
Created At
2022-07-31
Set the integer value of a Client preference cookie.
stock
void
SetInt(
int
client
,
int
value
)
Parameters
int
client
Client index.
int
value
Integer value to set.
Return Value
void
Error
Invalid cookie handle or invalid client index.