soldier-MG bind
•
23 Feb 2008, 14:44
•
Journals
i use drawgun "1" all the time (for some reason i like it) but it DONT like it when i am laying on the floor with MG. I need a script that hides my mg ONLY when i am laying on the ground.
could someone help me out on this one?
could someone help me out on this one?
bind downarrow "vstr zgun"
set dg1 "cg_drawgun 0; set zgun vstr dg2"
set dg2 "cg_drawgun 1; set zgun vstr dg1"
set zgun "vstr dg1"
/bind n cycle cg_drawgun 1 0
more like toggle
bind SPACE "+moveup; cg_drawgun 1"
xD
- content: cg_drawgun 0 and maybe cg_autoreload 1
of course you've to create files like autoexec_medic/fielop etc
well, it's one of thousands solutions
set d2 "weapalt; cg_drawgun 1; set d3 vstr d1"
set d3 "vstr d1"
bind MOUSE2 "vstr d3"
hmm i hope it will work ^^ its been sooo long time since i've last binded something ^^ just push right mouse and it should use weapalt+drawgun 0 and when u push it second time, it will be drawgun 1 ;P