[Request] Kill Counter - 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: [Request] Kill Counter (
/showthread.php?tid=88295)
[Request] Kill Counter -
fuzilogic - 25.07.2009
Hello, I'm new to the forum, I need a counter of deaths, no money! ... Deaths
Example image
Help Me?
SORRY, My Bad English.
Re: [Request ] -
refshal - 25.07.2009
Ask in the Script Request Thread.
Re: [Request] Kill Counter -
arnutisz - 25.07.2009
Under OnPlayerDeath(...) add this:
pawn Код:
new score = GetPlayerScore(killerid);
SetPlayerScore(killerid, score+1);
Re: [Request] Kill Counter -
fuzilogic - 25.07.2009
Thanks Scott!...