View Single Post
ocbigriver
Junior Member
Join Date: Feb 2010
Location: Orange*County
Old 05-03-2010 , 10:54   Re: [DoDS] Extra weapon Logging.
Reply With Quote #8

I am running MM 1.8.1 and SM 1.3.2. on windows box. I have tried recompiling with this latest release of Sourcemod and it will still crash when the first player dies. This is the contents of plugin.dod_xlog.cfg and Server.cfg:

plugin.dod_xlog.cfg
// NoSocpe HeadShot messages
// -
// Default: "1"
sm_dod_xlog_hs "1"

// MG Messages
// -
// Default: "1"
sm_dod_xlog_mg "1"

// NoSocpe messages
// -
// Default: "1"
sm_dod_xlog_ns "1"

// Ironsight Messages
// -
// Default: "1"
sm_dod_xlog_rifle "1"

// Support Messages
// -
// Default: "1"
sm_dod_xlog_support "1"

// Extra weapon logging info version
// -
// Default: "1.5"
sm_dod_xlog_version "1.5"

Server.cfg:
// Extra Weapons Logging
sm_dod_xlog_ns 1 //Turns on/off the NoScope messages.
sm_dod_xlog_hs 0 //Turns on/off the NoScope Headshot messages.
sm_dod_xlog_mg 0 //Turns on/off the MG messages.
sm_dod_xlog_support 1 //Turns on/off the Support messages.
sm_dod_xlog_rifle 1 //Turns on/off the Ironsight messages.
ocbigriver is offline