Error - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Server (
https://sampforum.blast.hk/forumdisplay.php?fid=6)
+--- Forum: Server Support (
https://sampforum.blast.hk/forumdisplay.php?fid=19)
+--- Thread: Error (
/showthread.php?tid=551994)
Error -
Lumineux - 22.12.2014
Hello ! Today I make a new command for VIPs (/vc), but I have an error:
Код:
error 035: argument type mismatch (argument 1)
The line is:
Код:
new text[188], string[200];
if(unformat(params, "s[188]", text))
Please can anyone help me ?
Thanks
Re: Error -
Accent - 22.12.2014
Sorry you're in the wrong section,post here.
http://forum.sa-mp.com/forumdisplay.php?f=12
And the solution is
Код:
if(sscanf(params, "s[188]",text))
Re: Error -
Lumineux - 22.12.2014
Oh, sorry.
I tried your suggestion, but the problem persist. Althought, thanks.