warning 202: number of arguments does not match definition
#3

I'm not sure what could be wrong since you haven't posted your full related code, but I'd suggest using a switch() statement, instead of if-else statement here.

pawn Код:
switch(pickupid)
{
    case rules: cmd_rules(playerid);
    case help: cmd_help(playerid);
    case ...: // continue
}
Reply


Messages In This Thread
warning 202: number of arguments does not match definition - by Moroccan - 28.04.2015, 13:24
Re: warning 202: number of arguments does not match definition - by fuckingcruse - 28.04.2015, 15:47
Re: warning 202: number of arguments does not match definition - by iZN - 28.04.2015, 16:20
AW: warning 202: number of arguments does not match definition - by Nero_3D - 28.04.2015, 17:26
Re: warning 202: number of arguments does not match definition - by Moroccan - 28.04.2015, 20:37

Forum Jump:


Users browsing this thread: 2 Guest(s)