serverCommand: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (fix index sorting)
(More detailed description.)
Line 7: Line 7:
____________________________________________________________________________________________
____________________________________________________________________________________________


| Executes [[Armed Assault: Multiplayer Server Commands|an admin command]] on the machine. |= Description
| Executes [[Armed Assault: Multiplayer Server Commands|an admin command]] on the server. If used in singleplayer or in multiplayer, but without required priviledges (player using the computer where it is executed it is not an admin) nothing happens.|= Description
____________________________________________________________________________________________
____________________________________________________________________________________________



Revision as of 10:09, 5 November 2009

Hover & click on the images for description

Description

Description:
Executes an admin command on the server. If used in singleplayer or in multiplayer, but without required priviledges (player using the computer where it is executed it is not an admin) nothing happens.
Groups:
Uncategorised

Syntax

Syntax:
serverCommand command
Parameters:
command : String
Return Value:
Nothing

Examples

Example 1:
serverCommand "#logout"

Additional Information

See also:
See also needed

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

Bottom Section