View Single Post
Addicted.
AlliedModders Donor
Join Date: Dec 2013
Location: 0xA9D0DC
Old 10-07-2017 , 13:24   Re: [Tutorial] ClientPrefs
Reply With Quote #33

Quote:
Originally Posted by Papero View Post
Sorry, but

is this part optional?

Code:
g_bClientPreference[client] = (sValue[0] != '\0' && StringToInt(sValue));
or I need it to make the cookies work properly?
All that does is make sure the string isn't empty
Addicted. is offline