05.02.2012, 20:54
Whats wrong with this? I am trying to give a +1 score to the killer. But its not giving it to him.
pawn Код:
public OnPlayerDeath(playerid, killerid, reason)
{
if(killerid != INVALID_PLAYER_ID) SetPlayerScore(killerid, GetPlayerScore(killerid) + 1);
return 1;
}