SlotLimit

From cluster wiki
Revision as of 20:03, 15 June 2021 by Eric (talk | contribs)
Jump to navigation Jump to search
Description
Description:

Limit a slot by player amount.

Execution:

call

Groups:

Utility Functions: Eric's Mission Framework

Syntax
Syntax:

[amount] call EMF_fnc_slotLimit

Parameters:

amount: Number - Minimum amount of players before role can be joined.

Return Value:

Boolean - Returns true on success.

Examples
Example 1:
[5] call EMF_fnc_slotLimit;
Additional Information
See also:


Notes