21.08.2012, 21:01
Reset your variables under OnPlayerConnect.
For example:
This must be done to all your player assigned variables, or the server might bug and give players messed up information.
For example:
Код:
public OnPlayerConnect(playerid) { PlayerData[playerid][Cookies] = 0; }