Members mdLPaPa Posted April 8, 2023 Members Posted April 8, 2023 (edited) OciXCrom PICTURE This plugin is good in that if the admin who banned the player is not up for days, he can send in the recording himself and the committee can decide if he is really a cheater. Info A simple plug-in to automatically record demos with colour messages. CVAR list g_eCvars[dem_delay] = register_cvar("dem_delay", "15.0") //After a few seconds, log on to the server to start recording the presentation. g_eCvars[dem_msg_delay] = register_cvar("dem_msg_delay", "0.1") //After a few seconds of recording the presentation, the chat messages are sent. g_eCvars[dem_name] = register_cvar("dem_name", "CRX Auto Demo") //Demo name g_eCvars[dem_message] = register_cvar("dem_message", "!g[!tPrefix!g] !nNow we record how you play, located in !gcstrike !nmappage: !t<name>") //First message. g_eCvars[dem_message2] = register_cvar("dem_message2", "!g[!tPrefix!g] !nDemo recording has started: !t<time>") //Second message g_eCvars[dem_time_format] = register_cvar("dem_time_format", "%X") //How to display the time more info Time Format CromChat Colours and settings. The message colouring options are based on CromChat. Information that can be added to messages: - <name> = demo name - <time> = start of admission Install cromchat.inc -> copy it to the include map After compiling the .sma you upload the .amxx to the plugins folder. Then add crx_demorecorder.amxx to plugins.ini. DemoRecorder-master ( ZIP ) Edited April 8, 2023 by mdLPaPa 1 HL - PROFILE HL - UP - PLUGINS
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now