From 65df08c363acaab54ebc16745c1f319b41556a8c Mon Sep 17 00:00:00 2001 From: Felix Geyer Date: Sat, 24 Jul 2004 11:06:15 +0000 Subject: [PATCH] added amx_logging --- configs/core.ini | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/configs/core.ini b/configs/core.ini index 8ad64e11..0b399d06 100755 --- a/configs/core.ini +++ b/configs/core.ini @@ -8,4 +8,11 @@ amxx_pluginsdir addons/amxx/plugins amxx_modulesdir addons/amxx/modules amxx_vault addons/amxx/configs/vault.ini csstats_score addons/amxx/data/csstats.amx -csstats addons/amxx/data/csstats.dat \ No newline at end of file +csstats addons/amxx/data/csstats.dat + +; Logging mode +; 0 - no logging +; 1 - one logfile / day +; 2 - one logfile / map +; 3 - HL Logs +amx_logging 1 \ No newline at end of file