19.12.2013, 15:42
pawn Код:
public OnPlayerDeath(playerid, killerid, reason)//this is the call back , which detect the death of each player
{
SetPlayerScore(killerid,GetPlayerScore(killerid)+5);//here we are going to check the current killer score , and increase them plus 5
return 1;
}