#1

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
Reply
#2

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))
Reply
#3

Oh, sorry.
I tried your suggestion, but the problem persist. Althought, thanks.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)