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! 
x
To those who participated in the Highlander Season 32 (Summer 2024), please fill out this Feedback Form for the current & next Highlander seasons!

Forum

need help for scout script

Created 9th June 2013 @ 15:20

Add A Reply Pages: « Previous 1 2

Python

Quoted from Wulf

though i get one problem, the script is going for all classes and not just scout

Put

bind “1” “slot1;r_drawviewmodel 1”
bind “2” “slot2;r_drawviewmodel 1”
bind “3” “slot3;r_drawviewmodel 1”

In all the other class CFG’s

quintosh

ITIFY
op_sqd

.


Last edited by quintosh,

ash

(Legend)
Pander

fuck i am slow.


Last edited by ash,

Wulf

GOALstar

i did what u said to other classes but it still happens

yak

http://etf2l.org/forum/customise/topic-11110/?recent=454933

cfgs should be in C:Program Files (x86)SteamsteamappscommonTeam Fortress 2tf now. Some people have it in custom, others in cfg. Mine works fine in cfg so it’s there

clip

ist doof

http://www.mediafire.com/xhair

Jimmi

[GRäS]

put in the stabby stabby script.

Ti-Ta-Thoomsn

free
PF

if you want to change weps with “Q” you can use this script:

alias wep1 “slot1; wep1com; alias mouseup wep-3; alias mousedown wep2; alias quickswap wep-3; alias lastwep wep1; keybind1”
alias wep2 “slot2; wep2com; alias mouseup wep-1; alias mousedown wep3; alias quickswap wep-1; alias lastwep wep2; keybind2”
alias wep3 “slot3; wep3com; alias mouseup wep-2; alias mousedown wep1; alias quickswap wep-2; alias lastwep wep3; keybind3”
alias wep-1 “slot1; wep1com; alias mouseup wep-3; alias mousedown wep2; alias quickswap wep2; alias lastwep wep-1; keybind-1”
alias wep-2 “slot2; wep2com; alias mouseup wep-1; alias mousedown wep3; alias quickswap wep3; alias lastwep wep-2; keybind-2”
alias wep-3 “slot3; wep3com; alias mouseup wep-2; alias mousedown wep1; alias quickswap wep1; alias lastwep wep-3; keybind-3”
alias keybind1 “alias key1 wep1; alias key2 mousedown; alias key3 mouseup”
alias keybind2 “alias key1 mouseup; alias key2 wep2; alias key3 mousedown”
alias keybind3 “alias key1 mousedown; alias key2 mouseup; alias key3 wep3”
alias keybind-1 “alias key1 wep-1; alias key2 mousedown; alias key3 mouseup”
alias keybind-2 “alias key1 mouseup; alias key2 wep-2; alias key3 mousedown”
alias keybind-3 “alias key1 mousedown; alias key2 mouseup; alias key3 wep-3”
alias mouseup “wep-3”
alias mousedown “wep2”
alias quickswap “lastwep”
alias lastwep “wep2”
alias key1 “wep1”
alias key2 “mousedown”
alias key3 “mouseup”
alias key4 “slot4; extrakey”
alias key5 “slot5; extrakey”
alias extrakey “alias mouseup wep-3; alias mousedown wep1; alias quickswap lastwep; alias lastwep wep3”
// DO NOT MESS WITH THE ABOVE STUFF
// EDIT THE FOLLOWING ALIASES, SEE DESCRIPTION BELOW
alias wep1com “r_drawviewmodel 0”
alias wep2com “r_drawviewmodel 1”
alias wep3com “r_drawviewmodel 1”
//BACKUP
bind MWHEELUP mouseup
bind MWHEELDOWN mousedown
bind Q quickswap
bind 1 key1
bind 2 key2
bind 3 key3
bind 4 key4
bind 5 key5

Add A Reply Pages: « Previous 1 2