Page 1 of 1

Some HLDS Console warnings.. about server.cfg?

Posted: 31 Jan 2018, 19:58
by ArminC

Code: Select all

usage:  log < on | off >
currently logging
"mp_logdetail" is "0"
usage:  log < on | off >
currently logging
"mp_logdetail" is "0"
usage:  log < on | off >
currently logging
usage:  log < on | off >
currently logging
My settings:

log on
mp_logdetail 0

wtf is this? I don't support any sign of warning :lol: -- I tried to fix but it don't have logic, wtf?!

Re: Some HLDS Console warnings.. about server.cfg?

Posted: 31 Jan 2018, 20:09
by Raheem
This is warning?

Re: Some HLDS Console warnings.. about server.cfg?

Posted: 31 Jan 2018, 20:18
by ArminC
I call warning that no-effect errors, and errors that bugs with major effect on the server :lol:

Re: Some HLDS Console warnings.. about server.cfg?

Posted: 01 Feb 2018, 10:33
by Raheem
WHT? :shock: :shock:

Re: Some HLDS Console warnings.. about server.cfg?

Posted: 01 Feb 2018, 11:15
by ArminC
That's my "foggy" logic :lol:

TL:DR - I don't want any sign of error no matter of wich impact it has (minor/major/none)

Re: Some HLDS Console warnings.. about server.cfg?

Posted: 01 Feb 2018, 19:26
by ArminC
Fixed
This was the problem: // Bitwise cvar to set the level of detail for logging attacks "mp_logdetail 0" » Log no attacks; "mp_logdetail 1" » Log enemy attacks; "mp_logdetail 2" » Log teammate attacks"; mp_logdetail 3" » Log enemy AND teammate attacks

-- I had to remove » symbol to fix usage: log < on | off > and to remove "mp_logdetail 2" (instead using 2 ->) to remove "mp_logdetail" is "0" [was considered as a command ?]