20.04.2013, 14:13
Do you have Player Variables?
Replace with your vars.
pawn Код:
pInfo[playerid][Deaths]++;
if(killerid != INVALID_PLAYER_ID)
{
pInfo[killerid][Kills]++;
}