Help with adminmenu
well, when i write say /adminmenu
the menu doesn't appear. plz help. PHP Code:
|
Re: Help with adminmenu
menu_display(i, mAdminMenu, 0)
|
Re: Help with adminmenu
thanks, but i tested and nothing yet :S
|
Re: Help with adminmenu
Quote:
PHP Code:
|
Re: Help with adminmenu
Try this and see what happens:
PHP Code:
|
Re: Help with adminmenu
@ fysiks:
thanks it works :D. but i have a little problem. all the options say hangledchangelevel hangledallied hangledsoviet estart server plz help, if you need a screenshot, only post here. |
Re: Help with adminmenu
Get rid of the backslashes in the options strings.
|
Re: Help with adminmenu
Adding the backslashes tells the plugin that you are trying to add colors into the menu items.
You define colors by the '\' symbol when using menus, for example: \r creates red and /y will create yellow. In your code, for example, you added "\Changelevel" which makes the plugin recognize "\C" as an invalid color option. The reason it is invalid is because the C is capitalized and AMXX will only recognize lower-case letters. |
Re: Help with adminmenu
Quote:
|
Re: Help with adminmenu
say_team /adminmneu -> say_team /adminmenu
register_concmd -> register_clcmd We dont want allow menu for server console right ? |
| All times are GMT -4. The time now is 15:00. |
Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.