[Solved]Need 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)
+---- Forum: Help Archive (
https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: [Solved]Need help (
/showthread.php?tid=126599)
[Solved]Need help -
sggassasin - 09.02.2010
SOLVED
Re: Need Help -
Joe Staff - 09.02.2010
You're going up every 5000 points, except for level 14 (I imagine that's a typo)
Try this
pawn Код:
YOURLEVEL=(PlayerInfo[targetid][pexperince]/5000)+1;
That would work up until level 40,000~. :P