Error: Number of arguments does not match definition on line 778
Fixed :D
Code:
Code:
|
Re: Error: Number of arguments does not match definition on line 778
use [pawn] or [php] bbcodes
Edit: Show CmdDonateMenu() function |
Re: Error: Number of arguments does not match definition on line 778
Quote:
?? |
Re: Error: Number of arguments does not match definition on line 778
okay but where you are creating that function ? I mean where is
public CmdDonateMenu |
Re: Error: Number of arguments does not match definition on line 778
Compiler says that:
CmdDonateShow function requires two more parameter which are level and cid. you can fix this error by changing function parameters like that public CmdDonateShow( iPlayer, level, cid) -> public CmdDonateShow( iPlayer ) and remove the cmd_access line. These are not necessary. If you want to require an access flag to function, you must define it in register_concmd. |
Re: Error: Number of arguments does not match definition on line 778
Quote:
Thanks |
| All times are GMT -4. The time now is 06:19. |
Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.