Score Problem [HELP] - 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: Score Problem [HELP] (
/showthread.php?tid=312437)
Score Problem [HELP] -
Sting. - 21.01.2012
Ok, I am using a admin script for my server called gAdmin. Now when you get money, the score update's to the money amount. I don't want that. So there is a config file. I disabled the ScoreUpdate's = 0 . Then on my server I did, OnPlayerDeath, SetPlayerScore(killerid, GetPlayerScore(playerid)+1);
Still when I try it on test with some of my friend's it still doesn't work. Is something wrong?
Re: Score Problem [HELP] -
[XST]O_x - 21.01.2012
pawn Код:
SetPlayerScore(killerid, GetPlayerScore(killerid)+1);
That should work.