SA-MP Forums Archive
Adding +1 scores... - 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: Adding +1 scores... (/showthread.php?tid=95796)



Adding +1 scores... - Smiths - 05.09.2009

I only got SetPlayerScore and GetPlayerScore...

i need something like GivePlayerScore to add +1 score?


Re: Adding +1 scores... - JaTochNietDan - 05.09.2009

pawn Код:
SetPlayerScore(playerid,GetPlayerScore(playerid) + 1);