26.11.2011, 20:48
Hello everybody.In my Admin System i want to add to command stats kills and deaths and i am asking if this will work:
pawn Код:
public OnPlayerDeath(playerid, killerid, reason)
{
PlayerInfo[playerid][pKills] ++;
PlayerInfo[playerid][pDeaths] ++;
return 1;
}