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



sscanf - Loinal - 22.01.2017

Код:
if(sscanf(params,"f",strBoostMultiplier))
Error:

Код:
D:\samp folder\(XteMeX) xMs\gamemodes\xMs.pwn(3503) : error 035: argument type mismatch (argument 1)



Re: sscanf - Micko123 - 22.01.2017

Make sure you are using latest version of sscanf
And do you have
PHP код:
new Float:strBoostMultiplier 
above that??


Re: sscanf - Loinal - 22.01.2017

Thanks