Stupid questionn

Stupid question: but does anyone know the command in ET to see the little things above the heads of the players in your fire team?
Comments
24
its not a stupid question

b_fireteamlatchedclass // 1 by default (dont remember what was the number for the icon u want)
no thats the command that will display the "is medic now will change to engr next spawn" icon in the fireteam list.
i think he wants to display the fireteam symbol above the player model in the actual game.
Parent
ye, didnt find the command from my configs: real command should be: selectbuddy "-2"
Parent
you can select which one to select/highlight individually.
only ever found that "useful" on pubs tho
Parent
hmm, didnt know. actually its pretty useful for medics to mark engis for example
Parent
thats what i originally thought but learning the class models is one of the first things people do and that badge above the head is gigantic and blocks everything that is behind and slightly above ur mates head.
it has never been able to make up for the loss in vision for me, even in 12vs12 pub scenarios.
you just know who the engr is anyway.
Parent
I always highlight my entire team, that way I know if some faggot stole of my mates uniform :o]
Parent
Yeah that was it, thanks Sample!
Parent
no problems
Parent
dont know from the top of my head.

(save etconfig if you dont execute a specific one)
cvar_restart
writeconfig blub.cfg
check whats bound to numpad

i guess that could work
//
// * Select Buddy Script
//
//
set showteam "selectbuddy -2; set nextteamtoggle vstr hideteam; echo ^7Select buddy : Highlihhted"
set hideteam "selectbuddy -1; set nextteamtoggle vstr showteam; echo ^7Select buddy : Icons Hidden"
set nextteamtoggle "vstr showteam"
bind enter "vstr nextteamtoggle"
dafuq does that do?
Parent
a script that allows you to hide/show it
Parent
/bind h "selectbuddy -2"


press h ; shows icons

press h ; hides icons
Parent
I just have to click on the pad numbers and it's doing it automaticly.
got spawnpts there :(
Parent
I don't have any binds :( Neither for classes or for spawnpoints :D
Parent
but you got the select buddy thing on numpad :D
Parent
Yes! It's too important to be unbinded :P
Parent
What fanatic said.
there are no stupid questions my friend :)

/bind h "selectbuddy -2"
Back to top