Step #4 – Make Equipment Aliases

Now that we have the weapons aliased, lets do the equipment (Menuselect 8)(buyequip). The same rules apply to the equipment. You can name the aliases whatever you want, but usually you want to be able to identify the alias by the name you give it. (ie) pammo is Primary ammo, flashg is a flashbang, helmet is armor with a helmet, get it? So the equipment aliases should look like this:

alias +pammo "buy; ms6" //buys full primary ammo

alias -pammo "mclr"

alias +sammo "buy; ms7" //buys full secondary ammo

alias -sammo "mclr"

alias +armor "buy; ms8; ms1" //buy armor - $650

alias -armor "mclr"

alias +helmet "buy; ms8; ms2" //buy armor+helmet - $1000

alias -helmet "mclr"

alias +flashg "buy; ms8; ms3" //buy flashbang - $200

alias -flashg "mclr"

alias +hegren "buy; ms8; ms4" //buy he grenade - $300

alias -hegren "mclr"

alias +smokeg "buy; ms8; ms5" //buy smoke grenade - $300

alias -smokeg "mclr"

alias +defuser "buy; ms8; ms6" //buy defuse kit - $200

alias -defuser "mclr"

alias +nvgs "buy; ms8; ms7" //buy nvgs - $1250

alias -nvgs "mclr"

If you want to bind just equipment, here are some examples:

bind "x" "+armor"

bind "y" "+hegren"

bind "z" "+nvgs"

Ok, now I am going to make more equipment aliases to put in other aliases later. You ask why. This is why. Later you will be creating aliases with multiple items in them; so to make things more organized I use these to put in my multiple alias buys:

alias ammo1 "buy; ms6" //buys full primary ammo

alias ammo2 "buy; ms7" //buys full secondary ammo

alias arm "buy; ms8; ms1" //buy armor - $650

alias helm "buy; ms8; ms2" //buy armor+helmet - $1000

alias flash "buy; ms8; ms3" //buy flashbang - $200

alias he "buy; ms8; ms4" //buy he grenade - $300

alias smok "buy; ms8; ms5" //buy smoke grenade - $300

alias defus "buy; ms8; ms6" //buy defuse kit - $200

alias nvg "buy; ms8; ms7" //buy nvgs - $1250

I don't need the menu cleared until the end so these will be placed in another alias later. If you want to just buy the equipment, use the aliases with the (+)'s above.

NEXT
BACK


Step1
Step2
Step3
Step4
Step5
Step6
Step7
Scripting Page
Main