24.11.2012, 21:21
how to make a score to +1 and +2 like u going to kill he and u get 1+ score.
public OnPlayerDeath(playerid,killerid,reason)
{
SetPlayerScore(killerid,GetPlayerScore(killerid) + 1);
SendClientMessage(killerid,COLOR_LIGHTBLUE,"You earned 1+ score.");
return 1;
}