3rd Party Libraries
Recent Additions
Handles Parser
Discord
clientprefs
Cookie
Set
File
Set
Last Updated
2019-05-31
Created At
2019-05-31
Set the value of a Client preference cookie.
native
void
Set(
int
client
,
const char[]
value
)
Parameters
int
client
Client index.
const char[]
value
String value to set.
Return Value
void
Error
Invalid cookie handle or invalid client index.