#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(sscanf(params, "s[188]", text))
Please can anyone help me ?
Thanks
Reply
#2

Resolved !
The problem was here:
Код:
CMD(playerid, params)
Must be:
Код:
CMD(playerid, params[])
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)