Commands: Difference between revisions

From Fortress Blast
Jump to navigationJump to search
No edit summary
(added missing link)
Line 7: Line 7:
| <code>[[sm_fortressblast]]</code> || Opens the [http://fortress-blast.github.io player manual] in the user's HTML MOTD. The manual is designed to assist players in quickly learning how Fortress Blast works without overwhelming them with information.
| <code>[[sm_fortressblast]]</code> || Opens the [http://fortress-blast.github.io player manual] in the user's HTML MOTD. The manual is designed to assist players in quickly learning how Fortress Blast works without overwhelming them with information.
|-
|-
| <code>[[sm_setpowerup]] <name> <1-{{powerups}}></code> || Sets a player's powerup by ID number. Can only be used by server administrators unless the [[ConVars|ConVar]] <code>sm_fortressblast_debug</code> is set to 1. The name specified can be all or part of a player's name, or one of the following tags: @me, @aim (player at crosshair), @all, @red, @blue, @humans or @bots.
| <code>[[sm_setpowerup]] <name> <1-{{powerups}}></code> || Sets a player's powerup by ID number. Can only be used by server administrators unless the [[ConVars|ConVar]] <code>[[sm_fortressblast_debug]]</code> is set to 1. The name specified can be all or part of a player's name, or one of the following tags: @me, @aim (player at crosshair), @all, @red, @blue, @humans or @bots.
|-
|-
| <code>[[sm_spawnpowerup]] <1-{{powerups}}></code> || Sets a powerup by ID number at your crosshair. Can only be used by server administrators.
| <code>[[sm_spawnpowerup]] <1-{{powerups}}></code> || Sets a powerup by ID number at your crosshair. Can only be used by server administrators.
|}
|}

Revision as of 13:49, 25 November 2019

Commands can be executed either in the in-game console, or by replacing sm_ with ! (for all players to see) or / (hidden from public) and typing the command into chat.

Command Description
sm_fortressblast Opens the player manual in the user's HTML MOTD. The manual is designed to assist players in quickly learning how Fortress Blast works without overwhelming them with information.
sm_setpowerup <name> <1-17> Sets a player's powerup by ID number. Can only be used by server administrators unless the ConVar sm_fortressblast_debug is set to 1. The name specified can be all or part of a player's name, or one of the following tags: @me, @aim (player at crosshair), @all, @red, @blue, @humans or @bots.
sm_spawnpowerup <1-17> Sets a powerup by ID number at your crosshair. Can only be used by server administrators.