Use this guide to configure the options in "addons/amxx/configs/amxx.cfg".
You should also put any AMXX related CVARs/settings in here, instead of
server.cfg.
Cvar Server Command |
Description |
Default Value |
| amx_default_access |
Default access for all non admin players (see users.ini for access details) |
"z" |
| amx_password_field |
Name of setinfo which should store a password on a client (Example: setinfo _pw "password") |
_pw |
| amx_mode |
Mode of logging to a server 0 - disable logging, players won't be checked (and access won't be set) 1 - normal mode which obey flags set in accounts 2 - kick all players not on list |
1 |
| amx_show_activity |
Show admins activity 0 - disabled 1 - show without admin name 2 - show with name |
2 |
| amx_scrollmsg |
Text of scrolling message and frequency in seconds |
"Welcome to %hostname% -- This server is using AMX Mod X" 600 |
| amx_imessage |
Center typed colored messages (last parameter is a color in RRRGGGBBB format) |
"Welcome to %hostname%" "000255100" "This server is using AMX Mod X\nVisit http://www.amxmod.org" "000100255" |
| amx_freq_imessage |
Frequency in seconds of colored messages |
180 |
| amx_flood_time |
Set in seconds how fast players can chat (chat-flood protection) |
0.75 |
| amx_reservation |
Amount of reserved slots (for more details see comments in a plugin source) |
2 |
| amx_time_display |
Displaying of time remaining a - display white text on bottom b - use voice c - don't add "remaining" (only in voice) d - don't add "hours/minutes/seconds" (only in voice) e - show/speak if current time is less than this set in parameter |
"ab 1200" "ab 600" "ab 300" "ab 180" "ab 60" "bcde 11" |
| amx_time_voice |
Announce "say thetime" and "say timeleft" with voice |
1 |
| amx_vote_delay |
Minimum delay in seconds between two voting sessions |
10 |
| amx_vote_time |
How long voting session goes on |
10 |
| amx_vote_answers |
Display who votes for what option |
1 |
| amx_votekick_ratio |
Ratio for voting success |
0.40 |
| amx_voteban_ratio |
Ratio for voting success |
0.40 |
| amx_votemap_ratio |
Ratio for voting success |
0.40 |
| amx_vote_ratio |
Ratio for voting success |
0.02 |
| amx_extendmap_max |
Max. time to which map can be extended |
90 |
| amx_extendmap_step |
Step for each extending |
15 |
| |
Add cvars/commands from additional plugins here |
|