scancodes for drops

This commit is contained in:
2024-03-25 01:08:38 +01:00
parent 41552592be
commit 0c86073992
2 changed files with 14 additions and 12 deletions

View File

@ -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]

View File

@ -22,3 +22,5 @@ bind "scancode9" +lookatweapon // [f]
bind "scancode54" buyammo1 // [,] bind "scancode54" buyammo1 // [,]
bind "scancode55" buyammo2 // [.] bind "scancode55" buyammo2 // [.]
sensitivity 2.33