Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
This is for primary and secondary only.
// copy paste into your autoexec.cfg
alias weap_tog weap_tog1
alias weap_tog1 "slot1; alias weap_tog weap_tog2"
alias weap_tog2 "slot2; alias weap_tog weap_tog1"
Bind a key in console
bind "key" "weap_tog"
This was my gungame toggle for 1.6. Primary/secondary and knife. I am not sure if this will work for your purposes, but give it a try.
//autoexec
alias gg_tog gg_tog1
alias gg_tog1 "slot2; slot1; alias gg_tog gg_tog2"
alias gg_tog2 "use weapon_knife; alias gg_tog gg_tog1"
bind "key" "gg_tog"
*edit*
I updated the gg script because there was an issue with it working properly if you have a taser in your inventory. I changed the gg_tog slot3 with weapon_knife.
If you want the script to select your taser, use the slot3 in place of use weapon_knife. The script will select your taser over the knife. If you don't want your taser to come out every time use the use weapon_knife command as shown.
obs.: lastinv non grenade doesent work this way
//·············································································PRIMARY/SECONDARY
alias "primary" "slot2; slot3; slot1; bind q secondary"
alias "secondary" "slot1; slot3; slot2; bind q primary"
bind "q" "primary"
bind "1" "slot1; bind q secondary"
bind "2" "slot2; bind q primary"
//
and u can have my quickswitch as a gift ;)
its bound to spacebar since i use scrolldown to jump and bunny around
This is great if u want to have your knife for some time in your hand u just hold space and when u release your last weapon comes to hand.. good for runing or just tap to scopeout
//·············································································QUICKSWITCH
alias +knife slot3
alias -knife lastinv
bind space +knife
//
enjoy;...