At match start every client is told to record a POV demo with a standard name, stopped at match end - useful for anti-cheat review.
CSB Demo Request makes every player record a first-person demo for the match. At Game_Commencing (or on amx_demostart) it sends each client record prefix_map_date_player, and amx_demostop stops them. Late joiners are asked to record too. Players whose console is disabled are warned that recording may not have started, since the server cannot record a POV demo on their behalf.
Features
- Auto request on match start; manual
amx_demostart/amx_demostop. - Standard
prefix_map_date_playerdemo names, sanitised to safe characters. - Handles late joiners during an active recording session.
- Warns that console must be enabled for recording to work.
Installation
- Compile
csb_match_demo_request.smaand copy it toaddons/amxmodx/plugins/. - Add it to
plugins.iniand change the map.









