Topic: [REQUEST] Mod that saves capture time to a file
Hi.
I need little server modification - saving flag capture time and some info to txt file.
filename:
logs/flags-(date).txt
lines:
current_time#map#nick#team#capture_time#server_name
Example:
logs/flags-02.01.2010.txt:
12:24:32#ctf2#Vandal#Red#21.32#Test server
12:26:22#ctf2#Vandal#Red#23.32#Test server
12:30:55#ctf2#Stefan#Blue#20.13#Test server
12:31:32#ctf2#Vandal#Red#22.52#Test server
12:33:32#ctf2#Vandal#Red#21.36#Test server
And some variable sv_saveflaglog to turn it on, by default should be off.
I think writing mod like this won't take more than 30 min if you like programming.
Any volunteer?
Thanks in advance.