View Single Post
tmh
New Member
Join Date: Mar 2004
Old 09-07-2004 , 14:46  
#43

Im running win2k3.
For me, it seems to take a half a day up to a whole day for it to happen.

mods: metamod 1.17.2, amxx tp4, noseevar2.00be,statsme2.83
enabled plugins:

admin.amxx ; admin base (required for any admin-related)
admincmd.amxx ; basic admin console commands
adminhelp.amxx ; help command for admin console commands
menufront.amxx ; front-end for admin menus
cmdmenu.amxx ; command menu (speech, settings)
plmenu.amxx ; players menu (kick, ban, client cmds.)
mapsmenu.amxx ; maps menu (vote, changelevel)
adminchat.amxx ; console chat commands
scrollmsg.amxx ; displays a scrolling message
adminvote.amxx ; vote commands
nextmap.amxx ; displays next map in mapcycle
mapchooser.amxx ; allows to vote for next map
timeleft.amxx ; displays time left on map
; Counter-Strike
restmenu.amxx ; restrict weapons menu

; Custom - Add 3rd party plugins here
multi.amxx

multi.amx is custom one I wrote for map specific configs and some basic stuff. I've used it for a long time with amx and amxx. Doesnt use anything thats not already in the standard plugins.


here is my core.ini :
; Configuration file for AMX Mod X
amxx_logdir addons/amxmodx/logs
amxx_configsdir addons/amxmodx/configs
amxx_datadir addons/amxmodx/data
amxx_modules addons/amxmodx/configs/modules.ini
amxx_plugins addons/amxmodx/configs/plugins.ini
amxx_pluginsdir addons/amxmodx/plugins
amxx_modulesdir addons/amxmodx/modules
amxx_vault addons/amxmodx/data/vault.ini
csstats_score addons/amxmodx/data/csstats.amxx
csstats addons/amxmodx/data/csstats.dat

; Logging mode
; 0 - no logging
; 1 - one logfile / day
; 2 - one logfile / map
; 3 - HL Logs
amx_logging 2

I tried amx_logging set at 1 and 2.
tmh is offline