15.06.2016, 12:23
Not a big deal, pal.
Still, it doesn't do any harm, don't take it too serious just because someone created a topic about it, stay cool.
Code:
ResetPlayer(playerid) { PlayerInfo[playerid][pCash] = 0; PlayerInfo[playerid][pAdmin] = 0; PlayerInfo[playerid][pKills] = 0; PlayerInfo[playerid][pDeaths] = 0; PlayerInfo[playerid][pWantedLevel] = 0; PlayerInfo[playerid][pVip] = 0; PlayerInfo[playerid][pScore] = 0; PlayerInfo[playerid][pCondoms] = 0; //... add more here and ALWAYS use this AFTER SavePlayer(playerid); return 1; }