Hi all i have settedup a cod4 server on my linux server, altrough the admin mod works with sending its messages and giving the next map info etc.
but i cant use commands like !time and sorts. now my guess is that the logfile isnt working correctly
log file config bit:
set g_logsync "2" // 0=no log, 1=buffered, 2=continuous, 3=append
set logfile "1"// 0 = NO log, 1 = log file enabled
set g_log "games_mp.log" // Name of log file, default is games_mp.log
set sv_log_damage "1"
it looks all fine to me. i also tried giving the main folder 777 permissions but no log file is created.
Anyone got a idea how to fix this?
//edit nvm the log is created on /root/.callofduty4/main and is working
but the mod still wont read the log file. it is logging and the mod is finding the log file but when i tried !admintest and !cmdlist it dint reply.