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=635421)



sscanf - Lajko1 - 06.06.2017

I'm losing my nerves with 3 lines of script and nothing isn't working

Code:
CMD:heal(playerid, params[])
{
 new test;
 if(sscanf(params, "d", test)) ---- error line
 {
 //1
 }
 return 1;
}
(23 : error 035: argument type mismatch (argument 1)

Can someone like explain to me what the hell is wrong in this code?


Re: sscanf - Whatname - 06.06.2017

-REMOVED-