serverCommand: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
(mass edit: removing obsolete </dt> and </dd> tags) |
||
Line 26: | Line 26: | ||
serverCommand format["#kick %1",_name]; | serverCommand format["#kick %1",_name]; | ||
<dd class="notedate">Posted on 9 June 2011 | <dd class="notedate">Posted on 9 June 2011 | ||
<dt class="note>'''[[User:Piotr|Piotr]]''' | <dt class="note>'''[[User:Piotr|Piotr]]''' | ||
<dd class="note"> | <dd class="note"> | ||
serverCommand (probably) has been disabled in 1.59 | serverCommand (probably) has been disabled in 1.59 | ||
<!-- Note Section END --> | <!-- Note Section END --> | ||
</dl> | </dl> |
Revision as of 02:54, 18 October 2011
Description
- Description:
- Executes an admin command on the server. If used in singleplayer or in multiplayer, but without required privileges (player using the computer where command is executed is not an admin) nothing happens. This can be detected beforehand using serverCommandAvailable.
- Groups:
- Uncategorised
Syntax
Examples
- Example 1:
serverCommand "#logout"
Additional Information
- See also:
- serverCommandAvailable
Notes
-
Report bugs on the Feedback Tracker and/or discuss them on the Arma Discord or on the Forums.
Only post proven facts here! Add Note
Notes
-
serverCommand format["#kick %1",_name];
- Posted on 9 June 2011
- Piotr
- serverCommand (probably) has been disabled in 1.59