Mail will not be published (but it's used for avatar)
( Sending... )
kmk
(Saturday, 21.01. 11:35)
It should be like this:
alias weap „weap1“
alias weap1 „weapon_crossbow; alias weap weap2“
alias weap2 „weapon_357; alias weap weap1“
bind x „weap“
You can adjust it to your needs using weapon names here https://steamcommunity.com/sharedfiles/filedetails/?id=424275559
Half-Lifer
(Saturday, 21.01. 1:40)
In addition, a two-gun toggle script for one key is a script that requires algorithms in general.
Half-Lifer
(Saturday, 21.01. 1:39)
We all need other scripts and I don’t know programming, please release a new Half-Life download.
kmk
(Thursday, 19.01. 21:11)
Walk run toggle is already in scripts and modify to your needs should be easy:
Walk/run toggle
alias ch “ch1”
alias ch1 “+speed; cl_forwardspeed 400; cl_sidespeed 400; cl_backspeed 400; alias ch ch0”
alias ch0 “-speed; cl_forwardspeed 500; cl_sidespeed 500; cl_backspeed 500; alias ch ch1”
https://hldm.cz/script/
Half-Lifer
(Wednesday, 18.01. 11:46)
Functions I want toggle:
Silent Walk / Run
Duck / Stay
Automatic Bunny Hop / Stand
Long Jump / Move Normal
Silent Long Jump / Move Normal
Gauss / Egon
Crossbow / 357 Magnum
RPG / 9mm Pistol
Shotgun / Snark
9mmAR / Hand Grenade
Hivehand / Crowbar
Satchel Charge / Laser Tripmine
If you don’t understand, Please review the full pages of the network links below.
https://en.wikipedia.org/wiki/Switch https://github.com/ValveSoftware/halflife
alias weap „weap1“
alias weap1 „weapon_crossbow; alias weap weap2“
alias weap2 „weapon_357; alias weap weap1“
bind x „weap“ You can adjust it to your needs using weapon names here https://steamcommunity.com/sharedfiles/filedetails/?id=424275559