12.05.2013, 21:52
You need to reset the playerid's variables before they login. So under OnPlayerConnect before the dialogs to log in are shown you need to do something like this:
Then show them the dialog and load their data if the password is correct, etc.
PHP код:
PlayerInfo[playerid][pHours] = 0;
PlayerInfo[playerid][pAdmin] = 0;
etc,