Problem with menus
I have made a menus and 1 of them have a submenu,so i put...
PHP Code:
PHP Code:
Code:
Error: Number of arguments does not match definition on line 802public 1stMenu(id,level,cid) I tried to put 1stMenu(id,level,cid) (to send back to 1stMenu) But when i put that,compiler shows Undefined simbol : level,Undefined simbol : cid.... How i can make this? btw I'm ussing amxmisc.inc |
Re: Problem with menus
You don't need that shit for level and cid. I don't know what you're doing, exactly, but here's an alternative.
Code:
|
Re: Problem with menus
thanks!
|
Re: Problem with menus
This is how I would do it:
PHP Code:
Quote:
To avoid using cmd_access() and still get do (and still be able to change it in cmdaccess.ini): PHP Code:
|
Re: Problem with menus
Thanks,i tried with get_user_flags,and make some problems,so,i use that :),Thanks!
|
| All times are GMT -4. The time now is 03:51. |
Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.