Raised This Month: $ Target: $400
 0% 

[REQ] God Mode on amxmodmenu (AMX Menu)


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
jeremyjohn
BANNED
Join Date: Jun 2009
Location: Malaysia
Old 06-24-2009 , 08:18   [REQ] God Mode on amxmodmenu (AMX Menu)
Reply With Quote #1

Hi, I need i Plugin that will enable god mode upon Admin when he open the AMX Menu(amxmodmenu).
It's to protect him from getting killed when he is setting the server setting.
jeremyjohn is offline
Send a message via MSN to jeremyjohn
kikifrh
Senior Member
Join Date: May 2009
Old 06-24-2009 , 14:21   Re: [REQ] God Mode on amxmodmenu (AMX Menu)
Reply With Quote #2

TRY to download a godmode plugin, and put (in plugin.ini) in the part of amxmodmenu.
kikifrh is offline
jeremyjohn
BANNED
Join Date: Jun 2009
Location: Malaysia
Old 06-24-2009 , 22:08   Re: [REQ] God Mode on amxmodmenu (AMX Menu)
Reply With Quote #3

how do i do that?
jeremyjohn is offline
Send a message via MSN to jeremyjohn
fysiks
Veteran Member
Join Date: Sep 2007
Location: Flatland, USA
Old 06-24-2009 , 22:23   Re: [REQ] God Mode on amxmodmenu (AMX Menu)
Reply With Quote #4

custommenuitems.cfg
Code:
// Here you can add menu items from any plugin to Menus Front-End plugin, aka "amxmodmenu".
// You can also add menu items to the normal non-admin client menu "amx_menu".
//
// Adding to "amxmodmenu":
// Usage: "amx_addmenuitem <menu text> <menu command> <access flags> <plugin name>"
//
// Adding to "amx_menu":
// Usage: "amx_addclientmenuitem <menu text> <menu command> <access flags> <plugin name>"
//
// <menu text>: This is the text displayed in the menu itself for this item.
// <menu command>: This is the client command used to access the menu.
// <access flags>: Specify what access flags admins must have to use this menu item. (Check users.ini for access flags.)
// <plugin name>: This must be the _exact_ (though case insensitive) name of the plugin which holds the menu command. (Use "amxx plugins" in server console, plugin names are listed in Name column.)
//
// Example: (be sure to use quotes around parameters with spaces!)
//
// amx_addmenuitem "Weapon Arena" "weaponarena_menu" "hu" "Weapon Arena"
// amx_addclientmenuitem "Warcraft 3" "war3menu" "" "Warcraft 3 XP"
This will only work if there is a godmode menu of course.
__________________
fysiks is offline
Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 00:32.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode