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

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
Reply
#2

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


Forum Jump:


Users browsing this thread: 1 Guest(s)