SA-MP Forums Archive
SetPlayerScore - 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: SetPlayerScore (/showthread.php?tid=204530)



SetPlayerScore - BlueKenny - 29.12.2010

Why can I make that the new player score = old score -1 ??


Re: SetPlayerScore - Infamous - 29.12.2010

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



AW: SetPlayerScore - BlueKenny - 29.12.2010

Thanks