17.10.2017, 13:20
You should be resetting the value for that playerid on connect, and before login.
so when they login it gets their info
And if they're registering, you should be SETTING everything to default anyway..
So
so when they login it gets their info
And if they're registering, you should be SETTING everything to default anyway..
So
Код:
OnRegister(playerid) { pInfo[playerid][Score] = 0; pInfo[playerid][Kills] = 0; pInfo[playerid][Deaths] = 0; pInfo[playerid][Banned] = 0; pInfo[playerid][Admin] = 0; }