config classes
•
12 May 2010, 18:51
•
Journals
How do I make a class-config which changes my fov to 110 and drawgun 1 when I go panzer, and other classes I have 100fov and drawgun 0?
thanks
edit* got it got it thanks for help everyone
thanks
edit* got it got it thanks for help everyone
/bind f6 "class s 4 ;say_team ^7panzi ;cg_fov 110 ;cg_Drawgun 1"
copy f5 for other classes
/bind j "cg_fov 110 ;cg_Drawgun 1"
/bind k "cg_fov 100 ;cg_Drawgun 0"
then just press J when u spawn panzer and press K when u spawn as medic/other class again.
its not possible to do it with some automatic thingy when you spawn
//Classes
bind f5 "class m ;say_team ^7medic^3.^zsmg;cg_fov 100;cg_drawgun 0"
bind f9 "class b 1 ;say_team ^7covertops^3.^zsten;cg_fov 100;cg_drawgun 0"
bind f7 "class e 1 ;say_team ^7engineer^3.^zsmg;cg_fov 100;cg_drawgun 0"
bind f10 "class s 4 ;say_team ^7soldier^3.^zpanzerfaust;cg_fov 110;cg_drawgun 1"
bind f6 "class f 1 ;say_team ^7fieldops^3.^zsmg;cg_fov 100;cg_drawgun 0"
bind f8 "class e 2 ;say_team ^7engineer^3.^zrifle;cg_fov 100;cg_drawgun 0"
dno if thats possible tho :s
there's no autoexec_medic kind of thing imo
bind F2 "class m 1;say_team ^6REVIVAH;bind mouse2 "+vstr aids1 aids2"
thou i use classmenu myself
in autoexec_soldier put:
cg_fov 110 drawgun 1
and in other class autoexecs fov 100 drawgun 0
autoexec_soldier.cfg
put -> seta "cg_fov 110 ;cg_Drawgun 1"
autoexec_medic.cfg
put -> seta "cg_fov 100 ;cg_Drawgun 0"
autoexec_engineer.cfg
put -> seta "cg_fov 100 ;cg_Drawgun 0"
autoexec_fieldops.cfg
put -> seta "cg_fov 100 ;cg_Drawgun 0"
autoexec_covertops.cfg
put -> seta "cg_fov 100 ;cg_Drawgun 0"
np