Implemented amb31 - plmenu default options (for ban menu and slap menu) are configurable in a config file.

Need to include this in the mod - dependent plmenus when they are reviewed later.
This commit is contained in:
Steve Dudenhoeffer
2007-08-01 06:03:51 +00:00
parent ed84900ab6
commit cf36abf7e6
2 changed files with 112 additions and 25 deletions

View File

@ -46,6 +46,16 @@ amx_imessage "This server is using AMX Mod X\nVisit http://www.amxmodx.org" "000
// Default value: 180
amx_freq_imessage 180
// Ban times for the main ban menu (amx_banmenu)
// Use 0 for permanent ban.
// Default values: 0 5 10 15 30 45 60
amx_plmenu_bantimes 0 5 10 15 30 45 60
// Slap damage amounts for the main slap menu (amx_slapmenu)
// Slay is automatically inserted as the first option.
// Default values: 1 5
amx_plmenu_slapdmg 1 5
// Set in seconds how fast players can chat (chat-flood protection)
//
// Default value: 0.75