|
|
Added by... Brought to you by...
| Author(s): xxxj2kxxx |
| Category: CS:S > Action Scripts |
Notes/Usage Instructions:
//=============================
//Ultimate weapon changing by J2K
//=============================
This script will bind mouse4 to get out your knife when held, and when released, it will cycle from pistol to primary weapon. This sets up your quickchange.
It gets out your pistol when crouched or walking, then switches to your primary weapon when mouse4 is released. This avoids the sheathing noise of the knife when you're sneaking around. |
Script Code:
//Weapon categories setup
alias qrifle "use weapon_m4a1; use weapon_ak47; use weapon_galil; use weapon_sg552; use weapon_aug; use weapon_famas; use weapon_m249;"
alias qshotgun "use weapon_m3; use weapon_xm1014;"
alias qsniper "use weapon_awp; use weapon_scout; use weapon_sg550; use weapon_g3sg1;"
alias qsmg "use weapon_mp5navy; use weapon_mac10; use weapon_ump45; use weapon_p90; use weapon_tmp;"
alias qpist "use weapon_deagle; use weapon_usp; use weapon_glock; use weapon_p228; use weapon_fiveseven; use weapon_elite;"
alias qknife "use weapon_knife;"
alias qprim "qrifle; qsniper; qsmg; qshotgun;"
//The weapon changing
alias +run "qknife;"
alias -run "qpist; qprim;"
alias +run2 "qpist;"
alias -run2 "qprim;"
alias +mode2 "+speed; bind mouse4 +run2;"
alias -mode2 "-speed; bind mouse4 +run;"
alias +mode3 "+duck; bind mouse4 +run2;"
alias -mode3 "-duck; bind mouse4 +run;"
//The necessary binds for script
bind mouse4 +run
bind shift +mode2
bind ctrl +mode3 |
| Added: 2 years ago |
 Add Feedback |
 You cannot assess yet!Moderating FPSB is in your hands - when you assess a submission your vote determines its success or failure. To vote on this submission register or login. This script in a nutshell... Impractical & Detailed 1 x Impractical 1 x Detailed 1 x Handy 1 x Helpful You cannot stamp yet!Stamps let you apply characteristics to submissions to help others understand them. To stamp this submission register or login.
 |
Sabotage Studios Originality, Creativity, Simplicity |
| Membership: On Request |
| Primary Skills: ? |
| Inception: 2 years ago |
Want more? Find related scripts. |