01.11.2014, 17:26
You have to reset them when the player connects & disconnects.
Example:
and so on..
Example:
pawn Код:
playerVariables[playerid][pLevel] = 0;
playerVariables[playerid][pAdminLevel] = 0;

