gunframe

i need a script to set gun_frame 0 at the end of a round !and gunframe 7 at start !

tnx
Comments
16
b_startround "cg_gun_frame 1"
b_endround "cg_gun_frame 0"

something like this ...
NOPE; WONT WORK
Parent
must work.. im not sure of start cmd.. but the last one is right!
Parent
ofc this command exists, but it doesnt work for gun_frame
Parent
b_beginround
Parent
but it wont work anyway.... ull be kicked from the server
Parent
bind MOUSE1 "+vstr valo1 valo2"
set valo1 "+attack; r_dynamiclight 0; cg_gun_frame 1"
set valo2 "-attack; r_dynamiclight 1; cg_gun_frame 0"

> *
lies!
cg_drawgun 0 > *
Parent
I have played like 99% of my "et-career" with drawgun 0 so... :)
Parent
b_beginround "cg_gun_frame 7"
b_endround "cg_gun_frame 0"
Back to top