Forgot - 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: Forgot (
/showthread.php?tid=293847)
Forgot -
SpiderWalk - 30.10.2011
How to make to killer get 5 score not 1??How to make it i forgot
(
Re: Forgot - [L3th4l] - 30.10.2011
pawn Код:
onplayerdeath...
{
SetPlayerScore(killerid, GetPlayerScore(killerid) + 5);
}
Re: Forgot -
Kostas' - 30.10.2011
pawn Код:
SetPlayerScore(killerid, GetPlayerScore(killerid) + 5);
Edit: Too late! :P
Re: Forgot -
SpiderWalk - 30.10.2011
Thanks all for help i forgot
Re: Forgot -
Kostas' - 30.10.2011
No Problem