Score Problem [HELP]
#1

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?
Reply
#2

pawn Код:
SetPlayerScore(killerid, GetPlayerScore(killerid)+1);
That should work.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)