SA-MP Forums Archive
ssacnf 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: ssacnf warning: Format specifier does not match parameter count. (/showthread.php?tid=579716)



ssacnf warning: Format specifier does not match parameter count. - Sc0pion - 29.06.2015

Fixed!


Re : ssacnf warning: Format specifier does not match parameter count. - Terrorizt - 29.06.2015

Код:
if(sscanf(params, "us[256]", target))
u, s[256] = 2 specifiers.
target = 1 parameter.
you forgot 1 parameter


Re: ssacnf warning: Format specifier does not match parameter count. - Sc0pion - 29.06.2015

Fixed!


Re : ssacnf warning: Format specifier does not match parameter count. - Terrorizt - 29.06.2015

Try deleting the s[256] and re-compile. It should work