SA-MP Forums Archive
HELP NEEDED - POINTS - 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)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: HELP NEEDED - POINTS (/showthread.php?tid=164660)



HELP NEEDED - POINTS - vakhtang - 01.08.2010

I want to make script where if player dies last give him score 50 and so
Any ideas ?


Re: HELP NEEDED - POINTS - [MWR]Blood - 01.08.2010

Quote:
Originally Posted by vakhtang
Посмотреть сообщение
I want to make script where if player dies last give him score 50 and so
Any ideas ?
pawn Код:
//Under onplayerdeath
SetPlayerScore(GetPlayerScore(killerid)+50);



Re: HELP NEEDED - POINTS - vakhtang - 01.08.2010

Thanks