diff --git a/binds/drop.cfg b/binds/drop.cfg index 30880d4..cb6ced2 100644 --- a/binds/drop.cfg +++ b/binds/drop.cfg @@ -1,13 +1,13 @@ -bind f1 "buy unused 15 unused2; impulse 101" -bind f2 "buy unused 14 unused2; impulse 101" -bind f3 "buy unused 6 unused2; impulse 101" -bind f4 "buy unused 18 unused2; impulse 101" +bind "scancode58" "buy unused 15 unused2; impulse 101" // [f1] +bind "scancode59" "buy unused 14 unused2; impulse 101" // [f2] +bind "scancode60" "buy unused 6 unused2; impulse 101" // [f3] +bind "scancode61" "buy unused 18 unused2; impulse 101" // [f4] -bind f5 "buy molotov; buy incgrenade" -bind f6 "buy flashbang" -bind f7 "buy hegrenade" -bind f8 "buy smokegrenade" +bind "scancode62" "buy molotov; buy incgrenade" // [f5] +bind "scancode63" "buy flashbang" // [f6] +bind "scancode64" "buy hegrenade" // [f7] +bind "scancode65" "buy smokegrenade" // [f8] -bind f9 "buy vest" -bind f10 "buy vesthelm" -bind f11 "buy defuser" \ No newline at end of file +bind "scancode66" "buy vest" // [f9] +bind "scancode67" "buy vesthelm" // [f10] +bind "scancode68" "buy defuser" // [f11] \ No newline at end of file diff --git a/binds/gameplay.cfg b/binds/gameplay.cfg index ba2783f..ff308f2 100644 --- a/binds/gameplay.cfg +++ b/binds/gameplay.cfg @@ -21,4 +21,6 @@ bind "scancode21" +reload // [r] bind "scancode9" +lookatweapon // [f] bind "scancode54" buyammo1 // [,] -bind "scancode55" buyammo2 // [.] \ No newline at end of file +bind "scancode55" buyammo2 // [.] + +sensitivity 2.33 \ No newline at end of file