Functions

amxmisc.inc

amxmodx 1.8.2 hg65

Function Type Description
AddClientMenuItem stock Just like above, but add menu item to "amx_menu", that should also be accessible by non-admins.
AddMenuItem stock Add a menu item to Menus Front-End plugin ("amxmodmenu"):
MENU_TEXT: Text that will be shown for this item in menu
MENU_CMD: Command that should be executed to start menu
MENU_ACCESS: Access required for menu
MENU_PLUGIN: The exact case-insensitive name of plugin holding the menu command
AddMenuItem_call stock This function has no description.
access stock This function has no description.
cmd_access stock This function has no description.
cmd_target stock This function has no description.
colored_menus stock This function has no description.
constraint_offset stock This function has no description.
cstrike_running stock This function has no description.
get_basedir stock This function has no description.
get_configsdir stock This function has no description.
get_customdir stock Backwards Compatibility
don't use it!
get_datadir stock This function has no description.
has_all_flags stock Returns true if the user has ALL of the provided flags
false otherwise
has_flag stock Returns true if the user has ANY of the provided flags
false if they have none
is_running stock This function has no description.
is_user_admin stock This function has no description.
register_menu stock This function has no description.
show_activity stock Standard method to show activity to clients connected to the server.
This depends on the amx_show_activity cvar. See documentation for more details.
show_activity_id stock Standard method to show activity to one single client.
This is useful for messages that get pieced together by many language keys.
This depends on the amx_show_activity cvar. See documentation for more details.
show_activity_key stock Standard method to show activity to one single client with normal language keys.
These keys need to be in the format of standard AMXX keys:
eg: ADMIN_KICK_1 = ADMIN: kick %s
ADMIN_KICK_2 = ADMIN %s: kick %s
This depends on the amx_show_activity cvar. See documentation for more details.