Help: warning 202: number of arguments does not match definition
#1

hello

i have problem , when i compile i get warning

Код:
(18254) : warning 202: number of arguments does not match definition
this line :
Код:
if(!response) return OnPlayerCommandPerformed(playerid, "/obj");
full
pawn Код:
case 6566:
        {
            if(response)
            {
                if(!response) return OnPlayerCommandPerformed(playerid, "/obj");
                new Float:X, Float:Y, Float:Z;
                new model = strval(inputtext);
                if(!strlen(inputtext)) return ShowPlayerDialog(playerid, 6566, DIALOG_STYLE_INPUT, "Editor", "Enter the ID of the object:", "Finish", "Back");
                if(strlen(inputtext) > 5) return ShowPlayerDialog(playerid, 6566, DIALOG_STYLE_INPUT, "Editor", "Enter the ID of the object:", "Finish", "Back");
                GetPlayerPos(playerid, X, Y, Z);
                new Object = CreateObject(model, X + 0.0, Y + 3.0, Z + 1.0, 0.0, 0.0, 0.0);
                EditObject(playerid, Object);
            }
            return true;
        }
Reply


Messages In This Thread
Help: warning 202: number of arguments does not match definition - by KingPersona - 10.10.2014, 13:09
Re: Help: warning 202: number of arguments does not match definition - by Evocator - 10.10.2014, 13:18

Forum Jump:


Users browsing this thread: 2 Guest(s)