Instant Weapon Switch, With Grenade Cycler
Ok, since i found many weapon scripts wich use hud fastswitch i figured i'll upload
1, because i personally, once used to it, find it much better, more effective.
MouseWheel UP is switch to PISTOL,
MouseWheel DOWN switch to RIFLE (that inludes shotgun, smg, sniper, para etc)
X is instant switching through grenades, starting with HE, then flash, then smoke.
Just copy past this in your USERCONFIG.CFG FILE, LOCATED IN CSTRIKE
If you don't have a userconfig.cfg then make new .txt file in Cstrike, and rename it
to "userconfig.cfg", and replace the autoexec.cfg last word on last line in CONFIG.CFG with the word "userconfig.cfg" any key can be replaced by whatever key you want it to be, so if you don't whant grenades on "x" then replace x with your desired key, like s.
Enjoy!
// Instant Weapon Switch, With Grenade Cycler // Ok, since i found many weapon scripts wich use hud fastswitch i figured i'll upload // 1, because i personally, once used to it, find it much better, more effective. // MouseWheel UP is switch to PISTOL, // MouseWheel DOWN switch to RIFLE (that inludes shotgun, smg, sniper, para etc) // X is instant switching through grenades, starting with HE, then flash, then smoke. // Just copy past this in your USERCONFIG.CFG FILE, LOCATED IN CSTRIKE // If you don't have a userconfig.cfg then make new .txt file in Cstrike, and rename it // to "userconfig.cfg", and replace the autoexec.cfg last word on last line in // CONFIG.CFG with the word "userconfig.cfg" any key can be replaced by whatever key // you want it to be, so if you don't whant grenades on "x" then replace x with your // desired key, like "s" or "p". // Enjoy! bind "MWHEELUP" "weapon_glock18; weapon_usp; weapon_deagle; weapon_p228; weapon_elite; weapon_fiveseven" bind "MWHEELDOWN" "weapon_galil; weapon_ak47; weapon_scout; weapon_sg552; weapon_awp; weapon_g3sg1; weapon_famas; weapon_m4a1; weapon_aug; weapon_sg550; weapon_m3; weapon_xm1014; weapon_mac10; weapon_tmp; weapon_mp5navy; weapon_ump45; weapon_p90; weapon_m249" alias "GRENcycle" "GRENc1" alias "GRENc1" "weapon_hegrenade; alias GRENcycle GRENc2" alias "GRENc2" "weapon_flashbang; alias GRENcycle GRENc3" alias "GRENc3" "weapon_smokegrenade; alias GRENcycle GRENc1" bind "x" "GRENcycle"