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)
+--- Thread: help (
/showthread.php?tid=345041)
help -
antonisrodos94 - 23.05.2012
sscanf warning: Strings without a length are deprecated, please add a destination size. WTF this?
Re: help -
Jonny5 - 23.05.2012
in your sscanf code you now have to set the size of a string
so where it was
"iiffs"
sshould become
"iiffs[size]"
like
"iiffs[32]" //string size set to 32