need a command....

GOT IT LOLOLOLOL
Comments
16
there a command for cg_gunframe or smth
Parent
You can bind it and when round ends u take it off.
/cg_gun_frame x

and you cant prevent it from crashing at the end of the round, you can just quickly type /cg_gun_frame 0 in console again

edit: or ofc like kaazz said: you can bind it
impossible that it doesent crashs at mapchange when gunframe is not 0
Quote
bind x "vstr gunframe"
set gunframe "vstr gunframe1"
set gunframe1 "set cg_gun_frame 1; set gunframe vstr gunframe0"
set gunframe0 "set cg_gun_frame 0; set gunframe vstr gunframe1"


EDIT: Even better:
Quote
b_beginround "cg_gun_frame 1"
b_endround "cg_gun_frame 0"
I doubt it will work, heard from couple it didnt work.
Parent
This cvar is useless anyway. cg_drawgun 0 solves it way better.
Parent
You don't get it.

Some people like playing with drawgun 1, but don't want the animation of the gun.

For instance, I aim equally with the gun and the crosshair (so I am almost aim as well with out crosshair as with crosshair).
Parent
agree with u
Parent
i got that, thats why i posted 2 solutions for the problem.
Parent
its not impossible.. i got it?
Parent
Dunno bout the b_beginround stuff.
But the toggle works.
Parent
ah.. soz .. i thought u posted that is not possible. but i got a easier solution :D
Parent
You just dont use it?
:p
Parent
seta b_beginround "cg_gun_frame 1"
seta b_endround "cg_gun_frame 0"

works if you use seta.
Back to top