<Alias>
The alias text you type into the console that triggers the alias commands; for instance, entering "example" here means typing example in the console will run the commands you specified.
The alias command in CS:GO lets you map a custom phrase entered into the console to a longer command or a sequence of commands.
These are the parameters alias uses. Required arguments must be provided for the command to work.
The alias text you type into the console that triggers the alias commands; for instance, entering "example" here means typing example in the console will run the commands you specified.
The command or list of commands to execute when the alias is entered in the console. If you provide multiple commands, enclose the list in quotation marks (" ) and separate each command with a semicolon. For example, "buy ak47; buy p250;" will purchase an AK-47 and a P250.
Interactive command builder that generates a valid alias command for in-game use.
alias <Alias> <"Command">Learn more about how to use alias effectively.
Arguments can be of type String, Number, Bool, or Enum. Provide the correct type for the command to execute correctly.
Arguments marked as Required must be provided for the command to work. Optional arguments can be left blank.
Commands can be Client-sided or Server-sided. Client-sided commands affect only your game client, while server-sided commands affect the entire server.
Some commands require sv_cheats to be enabled. If a command has this requirement, it will not run on servers where cheats are disabled.