SA-MP Forums Archive
how to make a score +1 - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: how to make a score +1 (/showthread.php?tid=395009)



how to make a score +1 - DerickClark - 24.11.2012

how to make a score to +1 and +2 like u going to kill he and u get 1+ score.


Re: how to make a score +1 - [HM]Nicky - 24.11.2012

pawn Код:
public OnPlayerDeath(playerid,killerid,reason)
{
      SetPlayerScore(killerid,GetPlayerScore(killerid) + 1);
      SendClientMessage(killerid,COLOR_LIGHTBLUE,"You earned 1+ score.");
      return 1;
}



Re: how to make a score +1 - zero4000 - 24.11.2012

Great question I too look for this answer.

And thank you nicky for answering it. Rep+


Re: how to make a score +1 - DerickClark - 24.11.2012

ty Nicky. i give you Reputation