DarkSide Clan
Would you like to react to this message? Create an account in a few clicks or log in to continue.

how can i make binds for switch classes ??

2 posters

Go down

hmmm ? how can i make binds for switch classes ??

Post by Kid Fri Apr 18, 2008 5:03 pm

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.


Last edited by Kid on Sat May 10, 2008 6:19 pm; edited 1 time in total
Kid
Kid
Clan Friend
Clan Friend

Number of posts : 10
Age : 41
Location : Germany / Hollywood
Registration date : 2008-02-16

http://www.tjades-fragland.eu

Back to top Go down

hmmm ? Re: how can i make binds for switch classes ??

Post by $n00p Sat Apr 19, 2008 2:51 pm

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
$n00p
$n00p
Webmaster
Webmaster

Number of posts : 144
Age : 30
Location : Poland
Registration date : 2007-12-03

https://darkside.editboard.com

Back to top Go down

hmmm ? Re: how can i make binds for switch classes ??

Post by $n00p Sat Apr 19, 2008 3:10 pm

btw. this topic was in wrong forum Smile i putted it to Help
$n00p
$n00p
Webmaster
Webmaster

Number of posts : 144
Age : 30
Location : Poland
Registration date : 2007-12-03

https://darkside.editboard.com

Back to top Go down

hmmm ? Re: how can i make binds for switch classes ??

Post by Kid Sat Apr 19, 2008 6:08 pm

thx snoop
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
Kid
Kid
Clan Friend
Clan Friend

Number of posts : 10
Age : 41
Location : Germany / Hollywood
Registration date : 2008-02-16

http://www.tjades-fragland.eu

Back to top Go down

hmmm ? Re: how can i make binds for switch classes ??

Post by $n00p Sat Apr 19, 2008 10:46 pm

No problem Smile
$n00p
$n00p
Webmaster
Webmaster

Number of posts : 144
Age : 30
Location : Poland
Registration date : 2007-12-03

https://darkside.editboard.com

Back to top Go down

hmmm ? Re: how can i make binds for switch classes ??

Post by Kid Sun Apr 20, 2008 12:40 am

this bind with "class m" doesnt work
than i must search again Sad
Kid
Kid
Clan Friend
Clan Friend

Number of posts : 10
Age : 41
Location : Germany / Hollywood
Registration date : 2008-02-16

http://www.tjades-fragland.eu

Back to top Go down

hmmm ? Re: how can i make binds for switch classes ??

Post by $n00p Thu May 01, 2008 1:28 pm

its my script for class and team change. its on Insert,home etc buttons. You can change it if you want Smile (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 Smile

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"
$n00p
$n00p
Webmaster
Webmaster

Number of posts : 144
Age : 30
Location : Poland
Registration date : 2007-12-03

https://darkside.editboard.com

Back to top Go down

hmmm ? Re: how can i make binds for switch classes ??

Post by Kid Fri May 02, 2008 1:50 pm

yeeeeeahha
nice script
thx snoop

edit:// it works nice
Kid
Kid
Clan Friend
Clan Friend

Number of posts : 10
Age : 41
Location : Germany / Hollywood
Registration date : 2008-02-16

http://www.tjades-fragland.eu

Back to top Go down

hmmm ? Re: how can i make binds for switch classes ??

Post by $n00p Sat May 03, 2008 12:27 am

no problem Smile
$n00p
$n00p
Webmaster
Webmaster

Number of posts : 144
Age : 30
Location : Poland
Registration date : 2007-12-03

https://darkside.editboard.com

Back to top Go down

hmmm ? Re: how can i make binds for switch classes ??

Post by Sponsored content


Sponsored content


Back to top Go down

Back to top


 
Permissions in this forum:
You cannot reply to topics in this forum