Quote:
Originally Posted by >BKA< T Wrecks
Would it be a problem to have the name of each starting map printed into the console? Like "map change to de_example"?
|
I use ClanMod and after ech start map there are printed to log all variable loaded by this plugin (and others for example statsme) and there is printed the map name started, too. Then log file is closed and after is started a new one. Look at my end part of some my log:
L 06/13/2004 - 17:37:18: Server cvar "sv_accelerate" = "5"
L 06/13/2004 - 17:37:18: Server cvar "sv_stopspeed" = "75"
L 06/13/2004 - 17:37:20: Started map "cs_house" (CRC "-16269468")
L 06/13/2004 - 17:37:20: Server cvar "sv_accelerate" = "15"
L 06/13/2004 - 17:37:20: Log file closed
I suppose this should be sufficient.