03.02.2014, 09:43
What about other stats? I need to set them to 0 when someone register. I currently have this:
After that query.
I leave it as they are?
pawn Код:
PlayerInfo[playerid][Admin] = 0;
PlayerInfo[playerid][Deaths] = 0;
PlayerInfo[playerid][Nopm] = 0;
PlayerInfo[playerid][Muted] = 0;
PlayerInfo[playerid][Vip] = 0;
PlayerInfo[playerid][Warn] = 0;
PlayerInfo[playerid][RegisterDate] = 0;
PlayerInfo[playerid][Jailed] = 0;
PlayerInfo[playerid][AdminActions] = 0;
I leave it as they are?