12.10.2011, 02:57
OnPlayerDeath -
This will give the person their kill or death
and
??
Post your files - for like registered users example;
If you even have it which you should do as your character should be saved.
pawn Код:
PlayerInfo[killerid][pKills]++;
PlayerInfo[playerid][pDeaths]++;
and
pawn Код:
PlayerInfo[playerid][pDeaths]=0;
PlayerInfo[playerid][pKills]=0;
Post your files - for like registered users example;
pawn Код:
INI_WriteInt(File,"Cash",GetPlayerMoney(playerid));
INI_WriteInt(File,"Score",PlayerInfo[playerid][pScore]