x
ETF2L is looking for new Staff to recruit! Are you interested in supporting the league? Then click here for more details on what we can offer and how to apply! 

Forum

"Joinclass x, say "Joined as class x"" Script.

Created 2nd June 2010 @ 14:30

Add A Reply Pages: 1

.

Hey guys, im looking for that script that tells your teammates which class you changed to in the chat when you change class. ive searched a lot of places, but i couldnt find it. You guys got it?

baerbel

trick17
trick17

probably should look like this

bind “KP_END” “join_class scout; exec scout.cfg; say_team scout”
bind “KP_DOWNARROW” “join_class soldier;exec soldier.cfg; say_team soldier”
bind “KP_PGDN” “join_class pyro;exec pyro.cfg; say_team pyro”
bind “KP_LEFTARROW” “join_class demoman;exec demoman.cfg; say_team demo”
bind “KP_5” “join_class heavyweapons;exec heavyweapons.cfg; say_team heavy”
bind “KP_RIGHTARROW” “join_class engineer;exec engineer.cfg; say_team engineer”
bind “KP_HOME” “join_class medic:exec medic.cfg; say_team medic”
bind “KP_UPARROW” “join_class sniper; exec sniper.cfg; say_team sniper”
bind “KP_PGUP” “join_class spy;exec spy.cfg; say_team spy”

i wouldnt recommend it though. use mumble and dont spam annyoing chat messages when you switch spawns

.

Thanks, but if there nothing in style with this?

Joined class_medic{
“say_team Joined as medic”;
}

F2

Danmark

in the top of the spy.cfg insert: say_team Joined as Spy
do the same for the other class configs

.

Quoted from F2

in the top of the spy.cfg insert: say_team Joined as Spy
do the same for the other class configs

Hey, cool. Thanks man. ^^

baerbel

trick17
trick17

Quoted from F2

in the top of the spy.cfg insert: say_team Joined as Spy
do the same for the other class configs

this would be the easier way :>

Zappah

nou

nvm


Last edited by Zappah,

Add A Reply Pages: 1