Automatically records the HLTV demo at match start/end, naming it by map and date, and tells players the match is recorded.
CSB HLTV Auto Record drives the connected HLTV proxy to record every match without an admin lifting a finger. Because an HLTV proxy joins the server as a special client, the plugin locates it with is_user_hltv() and sends it record <name> / stop, naming each demo prefix_map_YYYYMMDD-HHMM. When a new game commences it restarts the demo cleanly, and it announces the recording to all players.
Features
- Auto start on
Game_Commencing; manualamx_record/amx_stoprecord. - Demo named with prefix, map and a date-time stamp.
- Drives the real HLTV proxy client - no third-party tooling.
- Chat announcement, toggleable with
csb_hltv_announce.
Installation
- Compile
csb_hltv_autorecord.smaand copy it toaddons/amxmodx/plugins/. - Add it to
plugins.iniand change the map. - Make sure an HLTV proxy is connected to the server.









