Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- r_drawviewmodel 0
- slot1
- //aliases to attach to mwheelup and mwheeldown
- alias "up_inv" "disguisekit"
- alias "down_inv" "sapper"
- //aliases that control viewmodels
- alias "knife" "r_drawviewmodel 1; alias "up_inv" "sapper"; alias "down_inv" "disguisekit""
- alias "sapper" "r_drawviewmodel 1; alias "up_inv" "revolver"; alias "down_inv" "knife""
- alias "revolver" "r_drawviewmodel 0; alias "up_inv" "disguisekit"; alias "down_inv" "sapper""
- alias "disguisekit" "r_drawviewmodel 0; alias "up_inv" "knife"; alias "down_inv" "revolver""
- //bind scrollwheel commands
- bind "MWHEELUP" "invprev; up_inv"
- bind "MWHEELDOWN" "invnext; down_inv"
- //bind numkeys in case those get used for some reason
- bind "1" "slot1; revolver"
- bind "2" "slot2; sapper"
- bind "3" "slot3; knife"
- bind "4" "slot4; disguisekit"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement