CoD:Modern Warfare Chat Loggen auf Server

KingArtur1405

Newbie
Registriert
März 2010
Beiträge
2
Hallo möchte mal fragen wie ich auf einen root den chat loggen kann bei cod4
ich lese nur alles was automatisch geschrieben wurde von rcon tool bzw was wir aufn server gespeichert haben aber wenn ein user was schreibt wird das nicht geloggt , wie kann man das machen das alles geloggt wird

MFG
KingArtur1405
 
set logfile "1" // 0 = NO log, 1 = log file enabled
set g_logsync "2" // 0=no log, 1=buffered, 2=continuous, 3=append
set g_log "games_mp.log" // Name of log file.

1. - buffered means that the logs are not written to disk continuously, they are temporarily buffered in memory and written to disk later.
2. - continuous means that logs are written to disk when the event takes place. After a server restart a new log will be created. You will lose old logs after a restart/crash.
3. - append does the same as continuous but after a server restart the new loglines are appended to the previous log.


in google gesucht und rauskopiert..
 
Das haben wir schom eingestellt nur trtozdem wird nicht alles geloggt

Ich meine ja der chat wird ja nicht geloggt es wird ja nur das geloggt was wir geschrieben haben also was dauerhaft kommt aber wenn ein user z.b Arsch schreibt steht das nürgends

MFG
 
Zurück
Oben