scancodes for drops
This commit is contained in:
@ -1,13 +1,13 @@
|
|||||||
bind f1 "buy unused 15 unused2; impulse 101"
|
bind "scancode58" "buy unused 15 unused2; impulse 101" // [f1]
|
||||||
bind f2 "buy unused 14 unused2; impulse 101"
|
bind "scancode59" "buy unused 14 unused2; impulse 101" // [f2]
|
||||||
bind f3 "buy unused 6 unused2; impulse 101"
|
bind "scancode60" "buy unused 6 unused2; impulse 101" // [f3]
|
||||||
bind f4 "buy unused 18 unused2; impulse 101"
|
bind "scancode61" "buy unused 18 unused2; impulse 101" // [f4]
|
||||||
|
|
||||||
bind f5 "buy molotov; buy incgrenade"
|
bind "scancode62" "buy molotov; buy incgrenade" // [f5]
|
||||||
bind f6 "buy flashbang"
|
bind "scancode63" "buy flashbang" // [f6]
|
||||||
bind f7 "buy hegrenade"
|
bind "scancode64" "buy hegrenade" // [f7]
|
||||||
bind f8 "buy smokegrenade"
|
bind "scancode65" "buy smokegrenade" // [f8]
|
||||||
|
|
||||||
bind f9 "buy vest"
|
bind "scancode66" "buy vest" // [f9]
|
||||||
bind f10 "buy vesthelm"
|
bind "scancode67" "buy vesthelm" // [f10]
|
||||||
bind f11 "buy defuser"
|
bind "scancode68" "buy defuser" // [f11]
|
||||||
@ -21,4 +21,6 @@ bind "scancode21" +reload // [r]
|
|||||||
bind "scancode9" +lookatweapon // [f]
|
bind "scancode9" +lookatweapon // [f]
|
||||||
|
|
||||||
bind "scancode54" buyammo1 // [,]
|
bind "scancode54" buyammo1 // [,]
|
||||||
bind "scancode55" buyammo2 // [.]
|
bind "scancode55" buyammo2 // [.]
|
||||||
|
|
||||||
|
sensitivity 2.33
|
||||||
Reference in New Issue
Block a user