sscanf warning: Format specifier does not match parameter count. - 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 warning: Format specifier does not match parameter count. (
/showthread.php?tid=571260)
sscanf warning: Format specifier does not match parameter count. -
hhaaoo123 - 17.04.2015
I received this "sscanf warning: Format specifier does not match parameter count." 40+ times when I start samp server, is there any way to know where did I do wrong lol
Re: sscanf warning: Format specifier does not match parameter count. -
Jefff - 17.04.2015
Example
pawn Код:
new a,b;
new str[] = "1 2 3";
sscanf(str,"iii",a,b);
there is no third variable for '3'