playersNumber
Jump to navigation
Jump to search
Description
- Description:
- Return count of players playing on given side. Works only in multiplayer, in singleplayer always returns 0.
- Groups:
- Uncategorised
Syntax
Examples
- Example 1:
- _numwest = playersNumber West; _numeast = playersNumber East; _numciv = playersNumber civilian; _Playercount = parsetext format [ "<t size='1' align='center'>US:%1 RUS:%2 CIV %3 Total:%4</t>", _numwest, _numeast,_numciv, ( _numwest + _numeast + _numciv) ]; hint _Playercount;
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
-
playersNumber returns playable AI as well as human players. It does not include non playable AI. [NOTE: This was observed in ArmA 1.05]