Raised This Month: $ Target: $400
 0% 

About demo recording


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
xxxnenadxxx
Junior Member
Join Date: Oct 2010
Location: Brod
Old 03-08-2014 , 18:31   Re: About demo recording
Reply With Quote #6

Quote:
Originally Posted by georgik57 View Post
CS is not a fair game anymore for ages now. Stop wasting your time with tournaments played from home.
If they don't give you the demo when asked -> BAN and end of story.

Code:
#include <amxmodx> new g_recording[33]; public plugin_init() { &nbsp;&nbsp;&nbsp;&nbsp;register_clcmd("record", "clcmd_record") &nbsp;&nbsp;&nbsp;&nbsp;register_clcmd("stop", "clcmd_stop") &nbsp;&nbsp;&nbsp;&nbsp;register_clcmd("stopdemo", "clcmd_stop") } public client_disconnect(id) &nbsp;&nbsp;&nbsp;&nbsp;g_recording[id] = false; public clcmd_record(id) { &nbsp;&nbsp;&nbsp;&nbsp;new szArg[2]; &nbsp;&nbsp;&nbsp;&nbsp;read_argv(1, szArg, 1) &nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;if (szArg[0]) &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nb sp;g_recording[id] = true; } public clcmd_stop(id) &nbsp;&nbsp;&nbsp;&nbsp;g_recording[id] = false;
That won't work, I tryed that.
Thank you all for your replies.
xxxnenadxxx is offline
 



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 06:04.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode