17.04.2015, 13:07
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
new a,b;
new str[] = "1 2 3";
sscanf(str,"iii",a,b);