selectPlayer: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
mNo edit summary
(MP Detail)
Line 26: Line 26:
<dl class="command_description">
<dl class="command_description">
<!-- Note Section BEGIN -->
<!-- Note Section BEGIN -->
 
selectPlayer works in multiplayer just fine, but remember that you can't address 'player'!
You may also want to switch units around...
A video from testing in [22SAS] http://www.youtube.com/watch?v=JLKz2QWIF24
MP Video will follow.
<!-- Note Section END -->
<!-- Note Section END -->
</dl>
</dl>

Revision as of 03:56, 28 May 2008

-wrong parameter ("Arma") defined!-1.00
Hover & click on the images for description

Description

Description:
Switch player to given person.
Groups:
Uncategorised

Syntax

Syntax:
selectPlayer Person
Return Value:
Nothing

Examples

Example 1:
selectPlayer _aPerson

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

selectPlayer works in multiplayer just fine, but remember that you can't address 'player'! You may also want to switch units around... A video from testing in [22SAS] http://www.youtube.com/watch?v=JLKz2QWIF24 MP Video will follow.

Bottom Section