SA-MP Forums Archive
Highest Score allowed in 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)
+--- Thread: Highest Score allowed in SetPlayerScore (/showthread.php?tid=426796)



Highest Score allowed in SetPlayerScore - JaKe Elite - 30.03.2013

Okay this question is little bit dummy.
But what is the highest score allowed in SetPlayerScore?

Since when i do /setscore 1000000 it ends up getting a negative score.

So what is the highest score allowed in SetPlayerScore?
That will not give a negative score when set by SetPlayerScore.


Re: Highest Score allowed in SetPlayerScore - Konstantinos - 30.03.2013

I've never tried, but it should be the limit of 32 bit.
pawn Код:
-2147483648 to 2147483647
Unless, it stops at 1 million.


Re: Highest Score allowed in SetPlayerScore - JaKe Elite - 30.03.2013

Thank you..