how can i make binds for switch classes ??
2 posters
DarkSide Clan :: Enemy Territory :: Help
Page 1 of 1
how can i make binds for switch classes ??
hy
how can i make binds for switch classes ??
/class 1 or /class_medic or so doesnt work
B@ndit give me the bind
/team r 0 3 for axis Soldier with mp40
it works, but thats not good for me.
i wish to have a bind, that doesnt switch the team when i press wrong
maybe:
F5 for Medic
F6 for Covert and so..
thx for helping.
how can i make binds for switch classes ??
/class 1 or /class_medic or so doesnt work
B@ndit give me the bind
/team r 0 3 for axis Soldier with mp40
it works, but thats not good for me.
i wish to have a bind, that doesnt switch the team when i press wrong
maybe:
F5 for Medic
F6 for Covert and so..
thx for helping.
Last edited by Kid on Sat May 10, 2008 6:19 pm; edited 1 time in total
Re: how can i make binds for switch classes ??
bind F4 "class s" (soldier)
bind F5 "class m" (medic)
bind F6 "class e" (eng)
bind F7 "class f" (field)
bind F8 "class c" (covert)
i did it on my own but its only for classes... I will try to find for weapons too if you want
EDIT:
this one should work too :
this all binds are for axis. To use it for allies change r to b (something like : /bind x "team b 0 3 38" will be soldier with thompson"
bind x "team r 0 3 38" soldier with mp40
bind x "team r 1 3 38" medic with mp40
bind x "team r 2 3 38" eng with mp40
bind x "team r 2 23 38" eng with rifle
bind x "team r 3 3 38" Field Ops with MP40
bind x "team r 4 25 37" covert with M1S Garand
bind x "team r 4 33 37" covert with FG42
bind x "team r 4 10 37" covert with Sten
bind F5 "class m" (medic)
bind F6 "class e" (eng)
bind F7 "class f" (field)
bind F8 "class c" (covert)
i did it on my own but its only for classes... I will try to find for weapons too if you want
EDIT:
this one should work too :
this all binds are for axis. To use it for allies change r to b (something like : /bind x "team b 0 3 38" will be soldier with thompson"
bind x "team r 0 3 38" soldier with mp40
bind x "team r 1 3 38" medic with mp40
bind x "team r 2 3 38" eng with mp40
bind x "team r 2 23 38" eng with rifle
bind x "team r 3 3 38" Field Ops with MP40
bind x "team r 4 25 37" covert with M1S Garand
bind x "team r 4 33 37" covert with FG42
bind x "team r 4 10 37" covert with Sten
Re: how can i make binds for switch classes ??
btw. this topic was in wrong forum i putted it to Help
Re: how can i make binds for switch classes ??
thx snoop
the first binds look great,
the second is not good for me
i will test it tomorrow
thx
the first binds look great,
the second is not good for me
i wish to have a bind, that doesnt switch the team when i press wrong
i will test it tomorrow
thx
Re: how can i make binds for switch classes ??
this bind with "class m" doesnt work
than i must search again
than i must search again
Re: how can i make binds for switch classes ??
its my script for class and team change. its on Insert,home etc buttons. You can change it if you want (just copy it and paste to your config. I think it will help. Oh and using Backspace you are selecting team and then using End etc buttons class and weapon
- Code:
//------ Bindy --------
// script by $n00p
bind BACKSPACE "vstr select_team"
set allies_binds "bind PGUP vstr b_soldier1; bind PGDN vstr b_soldier2; bind HOME vstr b_medic; bind INS vstr b_enginer; bind END vstr b_fieldops; bind DEL vstr b_covertops"
set axis_binds "bind PGUP vstr r_soldier1; bind PGDN vstr r_soldier2; bind HOME vstr r_medic; bind INS vstr r_enginer; bind END vstr r_fieldops; bind DEL vstr r_covertops"
//------------- reszta skryptu --------------
; echo ^2Welcome and...; echo ^2...Good Luck // script by $n00p
set select_team vstr allies
set allies "echo ^$< A l l i e s > ^7team selected; vstr allies_binds; set select_team vstr axis"
set axis "echo ^1< A x i s > ^7team selected; vstr axis_binds; set select_team vstr allies"
set b_soldier1 vstr bs1
set bs1 "team b 0 5 8;set b_soldier1 vstr bs2;echo ^$<Allies> ^$*^2Soldier^$* ^7- ^2Panzerfaust"
set bs2 "team b 0 35 8;set b_soldier1 vstr bs1;echo ^$4<Allies> ^$*^2Soldier^$* ^7- ^3Mortar"
set b_soldier2 vstr bs3
set bs3 "team b 0 31 8;set b_soldier2 vstr bs4;echo ^$<Allies> ^$*^2Soldier^$* ^7- ^$MG42"
set bs4 "team b 0 6 8;set b_soldier2 vstr bs5;echo ^$<Allies> ^$*^2Soldier^$* ^7- ^1Flamethrower"
set bs5 "team b 0 8 37;set b_soldier2 vstr bs3;echo ^$<Allies> ^$*^2Soldier^$* ^7- ^7Thompson"
set b_medic "team b 1 8 37;echo ^$<Allies> ^$*^1Medic^$* ^7- ^7Thompson"
set b_enginer vstr be1
set be1 "team b 2 8 37;set b_enginer vstr be2;echo ^$<Allies> ^$*^6Engineer^$* ^7- ^7Thompson"
set be2 "team b 2 24 37;set b_enginer vstr be1;echo ^$<Allies> ^$*^6Engineer^$* ^7- ^$M1 Garand"
set b_fieldops "team b 3 8 37;echo ^$<Allies> ^$*^3Field Ops^$* ^7- ^7Thompson"
set b_covertops vstr bc1
set bc1 "team b 4 25 37;set b_covertops vstr bc2;echo ^$<Allies> ^$*^5Covert Ops^$* ^7- ^2M1S Garand"
set bc2 "team b 4 33 37;set b_covertops vstr bc3;echo ^$<Allies> ^$*^5Covert Ops^$* ^7- ^3FG42"
set bc3 "team b 4 10 37;set b_covertops vstr bc1;echo ^$<Allies> ^$*^5Covert Ops^$* ^7- ^7Sten"
set r_soldier1 vstr rs1
set rs1 "team r 0 5 3;set r_soldier1 vstr rs2;echo ^1<Axis> ^1*^2Soldier^1* ^7- ^2Panzerfaust"
set rs2 "team r 0 35 3;set r_soldier1 vstr rs1;echo ^1<Axis> ^1*^2Soldier^1* ^7- ^3Mortar"
set r_soldier2 vstr rs3
set rs3 "team r 0 31 3;set r_soldier2 vstr rs4;echo ^1<Axis> ^1*^2Soldier^1* ^7- ^$MG42"
set rs4 "team r 0 6 3;set r_soldier2 vstr rs5;echo ^1<Axis> ^1*^2Soldier^1* ^7- ^1Flamethrower"
set rs5 "team r 0 3 38;set r_soldier2 vstr rs3;echo ^1<Axis> ^1*^2Soldier^1* ^7- ^7MP40"
set r_medic "team r 1 3 38;echo ^1<Axis> ^1*Medic* ^7- ^7MP40"
set r_enginer vstr re1
set re1 "team r 2 3 38;set r_enginer vstr re2;echo ^1<Axis> ^1*^6Engineer^1* ^7- ^7MP40"
set re2 "team r 2 23 38;set r_enginer vstr re1;echo ^1<Axis> ^1*^6Engineer^1* ^7- ^$K43"
set r_fieldops "team r 3 3 38;echo ^1<Axis> ^1*^3Field Ops^1* ^7- ^7MP40"
set r_covertops vstr rc1
set rc1 "team r 4 32 38;set r_covertops vstr rc2;echo ^1<Axis> ^1*^5Covert^1* ^7- ^2K43"
set rc2 "team r 4 33 38;set r_covertops vstr rc3;echo ^1<Axis> ^1*^5Covert^1* ^7- ^3FG42"
set rc3 "team r 4 10 38;set r_covertops vstr rc1;echo ^1<Axis> ^1*^5Covert^1* ^7- ^7Sten"
DarkSide Clan :: Enemy Territory :: Help
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum