SA-MP Forums Archive
sscanf2 problem. - 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: sscanf2 problem. (/showthread.php?tid=642116)



sscanf2 problem. - Rotzank - 25.09.2017

I just open my server and this errores appears:

Код:
sscanf warning: Format specifier does not match parameter count.
sscanf warning: Format specifier does not match parameter count.
sscanf warning: Format specifier does not match parameter count.
can anyone help me?


Re: sscanf2 problem. - BigETI - 25.09.2017

good to know


Re: sscanf2 problem. - !R1Ch@rD! - 25.09.2017

is a command that you have badly put the sscanf2, look good


Re: sscanf2 problem. - Dayrion - 25.09.2017

That happens when you have something like that :
PHP код:
sscanf(string"ii"variable1); 
A second integer as a variable is missing


Re: sscanf2 problem. - Rotzank - 25.09.2017

Quote:
Originally Posted by Dayrion
Посмотреть сообщение
That happens when you have something like that :
PHP код:
sscanf(string"ii"variable1); 
A second integer as a variable is missing
Aah I found the problem! Thanks you Dayrion !!!