Select Fire for all weapons
Add to cstrike>userconfig.cfg
While in-game press the binded key (default MOUSE3) to change between fire modes.
The fire modes are:
Automatic (for pistols)
Semi-automatic (for non-pistols)
Burst-Fire (3 round burst)
Standart Fire (normal/original fire mode)
When switching between modes different sounds will be played. (1 click for semi-auto 3 clicks for Burst-Fire etc.)
Note: When planting the bomb or throwing a grenade remember to use STANDARD FIRE or it makes them impossible.
// Select Fire
bind mouse1 +attack
alias "w3" "wait; wait; wait"
alias "dev1" "developer 1"
alias "dev0" "developer 0"alias "burst" "unbind mouse1; +attack; w3; -attack; w3; +attack; w3; -attack; w3; +attack; w3; -attack; w3; bind mouse1 burst"
alias "semiauto" "unbind mouse1; +attack;wait;-attack; bind mouse1 semiauto"
alias "fullauto" "unbind mouse1; alias _special @fullauto; @fullauto; bind mouse1 +fullauto"
alias @fullauto "special; wait; +attack; wait; -attack"
alias +fullauto "alias _special @fullauto; @fullauto"
alias -fullauto "alias _special"alias "mode0" "bind mouse1 semiauto; dev1; echo Switched to semi-automatic; dev0; speak sound/weapons/pinpull; alias firemode mode1"
alias "mode1" "bind mouse1 burst; dev1; echo Switched to Burst-Fire mode; dev0; speak sound/weapons/pinpull; w3; w3; speak sound/weapons/pinpull; w3; w3; speak sound/weapons/pinpull; alias firemode mode2"
alias "mode2" "bind mouse1 fullauto; dev1; echo Switched to automatic; dev0; speak sound/weapons/pinpull; w3; speak sound/weapons/pinpull; w3; speak sound/weapons/pinpull; w3; speak sound/weapons/pinpull; w3; speak sound/weapons/pinpull; alias firemode mode3"
alias "mode3" "bind mouse1 +attack; dev1; echo Switched to standard fire; dev0; speak sound/weapons/boltpull1; alias firemode mode0"
alias "firemode" "mode0"bind "mouse3" "firemode"