Stupid questionn
•
2 May 2012, 06:51
•
Journals
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?
|
35.8 %
(19 votes)
|
|
64.2 %
(34 votes)
|
b_fireteamlatchedclass // 1 by default (dont remember what was the number for the icon u want)
i think he wants to display the fireteam symbol above the player model in the actual game.
only ever found that "useful" on pubs tho
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.
(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"
press h ; shows icons
press h ; hides icons
/bind h "selectbuddy -2"