Raised This Month: $51 Target: $400
 12% 

A3RA - Recording Assistant


Post New Thread Reply   
 
Thread Tools Display Modes
f4lco
BANNED
Join Date: Jan 2008
Location: https://t.me/pump_upp
Old 12-22-2010 , 14:14   Re: A3RA - Recording Assistant
Reply With Quote #51

thanks, I'll test it now.
I'll check it right because I have zero condition.
I think I can compile the sma it for CS/CZ right?
Thanks again.
f4lco is offline
Send a message via ICQ to f4lco Send a message via AIM to f4lco Send a message via Yahoo to f4lco
Mordekay
Squirrel of Fortune
Join Date: Apr 2006
Location: Germany
Old 12-22-2010 , 14:28   Re: A3RA - Recording Assistant
Reply With Quote #52

* Do not disrupt the readability of a thread with huge lengths of texts, wild color/font variations, or large images.

http://forums.alliedmods.net/misc.php?do=showrules
__________________

Mordekay is offline
isotonic
AlliedModders Donor
Join Date: Jun 2011
Location: Moscow, Russia
Old 07-24-2012 , 18:01   Re: A3RA - Recording Assistant
Reply With Quote #53

Must have plugin.
I have made custom version. Changes are:
Quote:
- change: removed command 'record_sbstatus' because it is needed only on servers linked with SteamBans http://www.steambans.com/
- fix: corrected HUD position
- new: besides status mark demo also is marked by time tag
- fix: added support for mods without colored menus
- change: removed unnesessary chat messages
- new: added message to informing other admins about demo recording being started
Attached Files
File Type: sma Get Plugin or Get Source (a3_record_modified.sma - 613 views - 9.7 KB)
__________________

Last edited by isotonic; 07-26-2012 at 23:09.
isotonic is offline
isotonic
AlliedModders Donor
Join Date: Jun 2011
Location: Moscow, Russia
Old 02-03-2013 , 11:12   Re: A3RA - Recording Assistant
Reply With Quote #54

New custom version. Changes are:
- change: red warning 'That player is already being recorded by ...' is printed on center
- new: when recording is complete plugin prints easily noticable info with demo name into console
- change: more common algorithm for naming demos
- change: a few optimizations (pcvars, formatex, bools instead of integers)
- change: removed unnecessary command 'say /ac' and 'stop' client command 'support'.
Attached Files
File Type: sma Get Plugin or Get Source (a3_record_modified.sma - 650 views - 8.4 KB)
__________________

Last edited by isotonic; 02-03-2013 at 12:19.
isotonic is offline
brlight
Senior Member
Join Date: Jun 2011
Old 05-02-2013 , 17:49   Re: A3RA - Recording Assistant
Reply With Quote #55

Hi there!Congratulations for great plugin!Is it possible to make this plugin record someone in choice menu while you´re in game playing?these cheaters wouldn´t suspect that they are being record.

Thanks!
brlight is offline
Mordekay
Squirrel of Fortune
Join Date: Apr 2006
Location: Germany
Old 05-03-2013 , 00:53   Re: A3RA - Recording Assistant
Reply With Quote #56

There are only 2 ways to record someone:
1) with a HLTV
2) yourself or someone else spectating the one you want to record
__________________

Mordekay is offline
vlad_slick
Member
Join Date: Jul 2009
Old 05-14-2014 , 02:22   Re: A3RA - Recording Assistant
Reply With Quote #57

In case anyone is interested in a way to directly spectate a player (without cycling through other players), you can use the "follow" command.

Code:
get_user_name(player_spectated_id, name, charsmax(name))
client_cmd(admin_id, "follow ^"%s^"", name)
In this plugin you can replace:
Code:
set_hudmessage(200, 100, 0, -1.0,0.14, 0,0.0, 1.0, 0.5, 0.5, 2)
show_hudmessage(id, "Clycling...")
if(get_cvar_num("a3r_revcycle") == 0) {
	client_cmd(id,"+attack2;wait;-attack2")
	} else {
	client_cmd(id,"+attack;wait;-attack")
}
With:
Code:
static name[32]
get_user_name(a3r_players[id][1],name,charsmax(name))
client_cmd(id,"follow ^"%s^"",name);

Last edited by vlad_slick; 05-14-2014 at 02:22.
vlad_slick is offline
Reply



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 15:20.


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