One Warning
#1

Hello. When I compiling my gamemode I get this warning:
pawn Код:
(2442) : warning 202: number of arguments does not match definition
Here's the script:
pawn Код:
if(dialogid == Stuntzonos)
{
        if(!response)
        {
        ShowPlayerDialog(playerid, Teleportai, DIALOG_STYLE_LIST, "Teleportai", "{FFFF00}Stunt Zonos\n{FFFF00}Рuoliai\n{FFFF00}Tuningavimo Garazai\n{FFFF00}Drift Trasos\n{FFFF00}Lenktynлs\n{FFFF00}DM Zonos\n{FFFF00}Iррukiai\n{FFFF00}Kita", "Gerai", "Atрaukti");
        }
        if(response)
        {
            switch(listitem)
            {
                case 0:
                {
                    (2442 line) return cmd_aa(playerid);
                }
            }
        }
}
Reply


Messages In This Thread
One Warning - by Tadas - 30.06.2014, 10:34
Re: One Warning - by Twizted - 30.06.2014, 10:36
Re: One Warning - by R0 - 30.06.2014, 10:41
Re: One Warning - by Inn0cent - 30.06.2014, 10:56
Re: One Warning - by Manyula - 30.06.2014, 10:58
Re: One Warning - by Tadas - 30.06.2014, 11:09
Re: One Warning - by Rittik - 30.06.2014, 11:10
Re: One Warning - by R0 - 30.06.2014, 11:11
Re: One Warning - by BroZeus - 30.06.2014, 11:14
Re: One Warning - by Tadas - 30.06.2014, 11:23

Forum Jump:


Users browsing this thread: 2 Guest(s)