From b608305c7942096050d8a7b435d94096ad2cbec8 Mon Sep 17 00:00:00 2001 From: Steve Dudenhoeffer Date: Sun, 30 Mar 2008 21:23:01 +0000 Subject: [PATCH] cs and ns did not have plmenu bantimes and slapdamage amounts in their amxx.cfg also added "0" slap damage to the default values as it was mistakingly left out --- configs/amxx.cfg | 4 ++-- configs/cstrike/amxx.cfg | 10 ++++++++++ configs/ns/amxx.cfg | 10 ++++++++++ 3 files changed, 22 insertions(+), 2 deletions(-) diff --git a/configs/amxx.cfg b/configs/amxx.cfg index 76fc97bf..1a21c210 100755 --- a/configs/amxx.cfg +++ b/configs/amxx.cfg @@ -53,8 +53,8 @@ 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 +// Default values: 0 1 5 +amx_plmenu_slapdmg 0 1 5 // Set in seconds how fast players can chat (chat-flood protection) // diff --git a/configs/cstrike/amxx.cfg b/configs/cstrike/amxx.cfg index 4cb57453..5f18828b 100755 --- a/configs/cstrike/amxx.cfg +++ b/configs/cstrike/amxx.cfg @@ -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 automaticall inserted as the first option +// Default values: 0 1 5 +amx_plmenu_slapdmg 0 1 5 + // Set in seconds how fast players can chat (chat-flood protection) // // Default value: 0.75 diff --git a/configs/ns/amxx.cfg b/configs/ns/amxx.cfg index fa326c00..041f2abe 100755 --- a/configs/ns/amxx.cfg +++ b/configs/ns/amxx.cfg @@ -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: 0 1 5 +amx_plmenu_slapdamage 0 1 5 + // Set in seconds how fast players can chat (chat-flood protection) // // Default value: 0.75