Left 4 Dead 2

Left 4 Dead 2

Otillräckligt med betyg
Give items to teammates faster (Script)
Av jive
herro
Normally when you want to give Adrenaline/Pills to your teammates during gameplay, you'll have to switch to the item, go to teammate and MOUSE2 in order to give the item to your teammate. But with this script you can just go to teammate and press one button to give them the item and save as much time as possible.
   
Utmärkelse
Favorit
Favoritmarkerad
Avfavoritmarkerad
The bind
alias +give "slot5; +attack2" alias -give "-attack2" bind g "+give"
NOTE: You can have any other keys instead of "G" (must be unbound) to bind to it.
In this case, I used "G". Thus, I will only need to go to a teammate and press G and Adrenaline/Pills will be instantly given to them and I will automatically switch to my primary weapon, ready to fight.
4 kommentarer
andersenman 27 sep, 2021 @ 11:48 
B)
jive  [skapare] 27 sep, 2021 @ 11:39 
oh yeah, wasnt thinking about that one at the time i was writing this guide. thanks for the tip 👌
andersenman 27 sep, 2021 @ 10:13 
Or, instead of adding it to config.cfg and somehow jamming the game client from regular overwriting during its normal operation, save yourself the hassle and add it to a dedicated file named autoexec.cfg and place that in SteamApps\common\Left 4 Dead 2\left4dead2\cfg next to (among others) valve.rc. Enjoy!
Cadet Leony 4 jun, 2021 @ 9:47 
I used this trick and it's really useful for some situations. Thanks for the guide.