how to fix "number of arguments does not match definition"
#4

Quote:
Originally Posted by ongnung147
Посмотреть сообщение
C:\Documents and Settings\Admin\Desktop\123\gamemodes\dayz.pwn(3439 ) : warning 202: number of arguments does not match definition
C:\Documents and Settings\Admin\Desktop\123\gamemodes\dayz.pwn(3439 ) : warning 202: number of arguments does not match definition
C:\Documents and Settings\Admin\Desktop\123\gamemodes\dayz.pwn(3439 ) : warning 202: number of arguments does not match definition
C:\Documents and Settings\Admin\Desktop\123\gamemodes\dayz.pwn(3440 ) : warning 213: tag mismatch
Would be useful if you could tell what line is 3439. At any rate, look at the arguments you pass in the the methods you call on that line. Like the warning says, the number of arguments in the call don't match the number of arguments in the definition. You are likely missing an argument or two, or else you may have misplaced some parenthesis.
Reply


Messages In This Thread
how to fix "number of arguments does not match definition" - by ongnung147 - 27.03.2017, 12:37
Re: how to fix "number of arguments does not match definition" - by TYDS - 27.03.2017, 12:45
Re: how to fix "number of arguments does not match definition" - by ongnung147 - 27.03.2017, 12:50
Re: how to fix "number of arguments does not match definition" - by ikkentim - 27.03.2017, 14:03
Re: how to fix "number of arguments does not match definition" - by Toroi - 27.03.2017, 14:53

Forum Jump:


Users browsing this thread: 1 Guest(s)