sscanf errors. - 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: sscanf errors. (
/showthread.php?tid=473367)
sscanf errors. -
audriuxxx - 02.11.2013
Код:
sscanf warning: Unknown format specifier ';', skipping.
sscanf warning: Format specifier does not match parameter count.
sscanf warning: Unknown format specifier ';', skipping.

? how to understand?
Re: sscanf errors. -
ikbenremco - 02.11.2013
Try updating your plugin/include
Re: sscanf errors. -
Konstantinos - 02.11.2013
Without knowing from where it was caused at, we cannot help that much. However, I'll tell you what happens.
In the sscanf, let's say you do:
pawn Код:
new
id,
level
;
if( sscanf( params, "d;iiiiii;", id, level ) ) return // some error message
I think that would give those two warnings.
PS: 5,000 posts!