Error - 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: Error (
/showthread.php?tid=552003)
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(sscanf(params, "s[188]", text))
Please can anyone help me ?
Thanks
Re: Error -
Lumineux - 22.12.2014
Resolved !
The problem was here:
Код:
CMD(playerid, params)
Must be:
Код:
CMD(playerid, params[])