Code: Select all
- Added $date, $time, and $mapname cvars
I have found nice example at the official NC forum.
This is for auto record demo and screenshot.
Code: Select all
event "Match has started!" "record" "$date_$time_$mapname"
event "Timelimit hit" "screenshotjpeg" "$date_$time_$mapname"
event "Timelimit hit." "stop" ""
P.S. Sorry for poor english!