added unban and unmute commands to the in-game help...
...and fixed syntax and description of some commands
This commit is contained in:
parent
4c281289d3
commit
b422ae20a1
1 changed files with 12 additions and 6 deletions
|
@ -773,7 +773,7 @@ Clear chat messages.
|
|||
Switch debug mode on (does not work in multiplayer). See <ref>dst='debug_commands' text='Debug mode commands'</ref>.
|
||||
Debug mode is turned off by quitting the game or :nodebug.
|
||||
|
||||
" + "<header>text=':droid <side> <on/off>'</header>" + _"
|
||||
" + "<header>text=':droid [<side>] [on|off]'</header>" + _"
|
||||
Set or toggle player on side between human and AI player. The player/client who controls that side needs to issue this command. If no second parameter is supplied, toggle bewteen human and AI. If it is 'on', set an AI controller. If it is 'off' set a human controller. Defaults to the currently active side if no parameter is supplied.
|
||||
|
||||
" + "<header>text=':fps'</header>" + _"
|
||||
|
@ -805,19 +805,25 @@ Save the game and quit the scenario (without prompting)."
|
|||
id=mp_commands
|
||||
title= _ "Multiplayer commands"
|
||||
text= "<header>text=':ban <username>'</header>" + _"
|
||||
Ban a user in a multiplayer game by the IP address used by that username and kick him.
|
||||
Ban a user in a multiplayer game by the IP address used by that username and kick him. Can be used on users not in the game but on the server. (Of course they won't be kicked then.)
|
||||
|
||||
" + "<header>text=':control <side> <username>'</header>" + _"
|
||||
Change the controller for side (write here the number of the side) to username (write here the nick of the player or observer). You can check what side belongs to which player in the 'Scenario Settings' dialog (Press the 'more' button in the 'Status Table' (alt+s by default) to get there.).
|
||||
Change the controller for side (write here the number of the side) to username (write here the nick of the player or observer). You can check what side belongs to which player in the 'Scenario Settings' dialog (Press the 'more' button in the 'Status Table' (alt+s by default) to get there.). The host can change control of any side.
|
||||
|
||||
" + "<header>text=':kick <username>'</header>" + _"
|
||||
Kick a user in multiplayer. They will be able to rejoin the game. Generally a friendly way to remove someone who is having connection or other difficulties.
|
||||
Kick a user in multiplayer. They will be able to rejoin the game. If you just want to change control of their side(s) use the :control command instead.
|
||||
|
||||
" + "<header>text=':mute <username>'</header>" + _"
|
||||
" + "<header>text=':mute [<username>]'</header>" + _"
|
||||
Mute a specific observer. If no username is supplied the muted usernames are displayed.
|
||||
|
||||
" + "<header>text=':muteall'</header>" + _"
|
||||
Toggle muting/silencing of all observers on/off."
|
||||
Toggle muting/silencing of all observers on/off.
|
||||
|
||||
" + "<header>text=':unban <username>'</header>" + _"
|
||||
Unban a user in a multiplayer game by the IP address used by that username. Can be used on users not in the game but on the server.
|
||||
|
||||
" + "<header>text=':unmute [<username>]'</header>" + _"
|
||||
Unmute a specific observer. If no username is supplied the list of muted observers is cleared."
|
||||
[/topic]
|
||||
#wmllint: markcheck on
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue