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



Int Overflow - Bharel - 02.08.2013

I know that if you'll overflow an int, it will cause havoc on the server. What happens if it's filtered using sscanf2 by ******?
Let's say you write a huge int using sscanf2. Does it address the overflow issue?

Thanks,
GamEraser


Re: Int Overflow - Macluawn - 02.08.2013

I believe that sscanf can handle large numbers.


Re: Int Overflow - Hanger - 02.08.2013

Why dont you test it?