Little plugin for Record..
This plugin is SAFE for demo recording. -Fatalis
hi all, just made a little plugin for people who record some wr.
Usage : type /record , then it will record :
mapname_playername_newtime
if you fall, juste make a restart,
it will stop your current record
and start a new one.
for stop record mode just type /stop
I know it's a bit useless but it can interest some people
Download
Gj :) I'll try it.
nice PrEn1uMz =)
will test it l8er...
nice job :)
I prefer to use binds but it could be useful.. Gj.
[ Edited Sun Feb 11 2007, 08:44PM ]
Could you make it so when you write /stop, you kill yourself and then the demo stops?
replace
gStatus[id] = false
client_cmd( id, "stop")
client_print( id, print_chat, "%s You will not record anymore", HEAD_MESSAGE)
by
gStatus[id] = false
client_cmd( id, "kill")
client_cmd( id, "stop")
client_print( id, print_chat, "%s You will not record anymore", HEAD_MESSAGE)
[ Edited Sun Feb 11 2007, 09:52PM ]
Niceeeee Gj i realy liked
thx PrEn1uMz :D
maybe you could do so you automatically get the right settings (no godmode etc.)
replace :
client_print( id, print_chat, "%s Recording : %s", HEAD_MESSAGE, gForm[id])
client_cmd( id, "record %s", gForm[id])
by
client_print( id, print_chat, "%s Recording : %s", HEAD_MESSAGE, gForm[id])
client_cmd( id, "record %s", gForm[id])
client_cmd( id, "developer 0")
client_cmd( id, "fps_max 101")
set_cvar_num( "kz_godmode", 0)
set_cvar_num( "kz_checkpoints", 0)
set_cvar_num( "kz_semiclip", 0)
set_cvar_num( "sv_maxspeed", 320)
set_cvar_num( "edgefriction", 2)
set_cvar_num( "mp_footsteps", 1)
set_cvar_num( "sv_cheats", 0)
set_cvar_num( "sv_gravity", 800)
set_cvar_num( "sv_airaccelerate", 10)
set_cvar_num( "sv_stepsize", 18)
set_cvar_num( "sv_maxvelocity", 2000)
[ Edited Mon Feb 12 2007, 10:37PM ]
damn i gotta learn this stuff :D
where do i have to replace that stuff?
in .sm or .amxx (sry i am a damn newbie)
.sma is the source, u have to put it in addons/amxmodx/scripting and the .amxx in addons/amxmodx/plugins
then add : kzrecords.amxx
in addons/amxmodx/configs/plugins.ini
[ Edited Sat Feb 24 2007, 12:45PM ]
tahts not the prob ;) i know how to add mods... but i wanna know where to add these thinks posted ahead with kill and right settings
aaaa lol sorry
in .sma , open .sma with wordpad or something, and then compil it
how can i compile it?^^
try http://www.amxmodx.org/webcompiler.cgi
if i add that kill and cvars stuff it doesnt compile.
EDIT:
oh no it works great
[ Edited Sat Feb 24 2007, 04:20PM ]
paste me all ur code plz
hmm when i type /stop it first stops and then kills
so the kill is not at the demo ;//
Please log in to post replies.