Below is a list of commands you would put in your
amxx.cfg file and a brief description of what they do.
AMXMODX Command listamx_default_access z - Default access level for non-admin players (normal players).
amx_password_field _pw - Name of the setinfo key which a user stores their passwords in (allows for extra security, change this).
amx_mode 0/1/2 - Changes the mode of logging into a server.
- 0 - Disable logging into the game server.
- 1 - Normal mode, obeys flags set.
- 2 - Kick all players not in access list.
amx_show_activity 0/1/2 - Sets the mode of admin activity in the game server.
- 0 - Disabled
- 1 - Show action anonymously
- 2 - Show action with admins name
amx_scrollmsg text time - Sets a message and frequency for a scrolling message.
time is in seconds.
amx_imessage text color - Sets a message that will be displayed in the center of the screen. The
color will be in RGB format (EX: 00010025).
amx_freq_imessage time - Sets the frequency of the
imessage in seconds.
amx_flood_time time - Chat flood protection. Sets how fast a player can chat (in seconds).
amx_reservation number - Sets the amount of reserved slots.
amx_time_display ab 300 - Sets flags to display remaining time.
- a - Display white text at bottom
- b - Use voice
- c - Don't add "remaining" in voice
- d - Don't add "hours/minutes/seconds" in voice
- e - Show/speak if current time is less than set in parameter
amx_time_voice 0/1 - Sets whether to announce "say thetime" and "say timeleft" with voice or just text.
amx_vote_delay number - Sets the minimum delay in seconds between two voting sessions.
amx_vote_time number - Sets how long voting sessions last for.
amx_vote_answers 0/1 - Displays who votes for what options publically or privately.
amx_voteban_ratio percent - Ratio for vote ban to be successful (0.0 - 1.0 allowed).
amx_votekick_ratio percent - Ratio for vote kick to be successful (0.0 - 1.0 allowed).
amx_votemap_ratio percent - Ratio for vote map to be successful (0.0 - 1.0 allowed).
amx_vote_ratio percent - Ratio for a general vote to be successful.
amx_extendmap_max time - Maximum time a map can be extended.
amx_extendmap_steps number - Amount of time a map extension adds (in minutes).
amx_client_languages 0/1 - Allows clients to set their default language.
amx_debug 0/1/2 - Sets debug mode for plugins.
- 0 - No debugging (warning messages for plugin errors)
- 1 - Plugins with "debug" option in plugins.ini are put into debug mode.
- 2 - All plugins are put into debug mode
amx_mldebug 0/1 - Logs multi-lingual translation problems.