30.06.2014, 10:34
Hello. When I compiling my gamemode I get this warning:
Here's the script:
pawn Код:
(2442) : warning 202: number of arguments does not match definition
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);
}
}
}
}