sscanf warning: Format specifier does not match parameter count.
#2

Example
pawn Код:
new a,b;
    new str[] = "1 2 3";
    sscanf(str,"iii",a,b);
there is no third variable for '3'
Reply


Messages In This Thread
sscanf warning: Format specifier does not match parameter count. - by hhaaoo123 - 17.04.2015, 13:07
Re: sscanf warning: Format specifier does not match parameter count. - by Jefff - 17.04.2015, 13:12

Forum Jump:


Users browsing this thread: 1 Guest(s)