This site has been archived and made available for preservation purposes. No edits can be made.

GetMaximumPlayers

(Difference between revisions)
Return to current revision
  1. -
    Retrieves the maximum of players able to connect to this server.
  2. +
    Retrieves the maximum amount of players allowed to connect to this server.
  3.  
    [h="2"] Declaration [/h]
    [highlight=cpp]
    VAULTSCRIPT vaultmp::UCount (*GetMaximumPlayers)();
    native GetMaximumPlayers();
    [/highlight]
    [h="2"] Parameters [/h]
    None.
    [h="2"] Return value [/h]
    Returns a [wiki="UCount"]vaultmp::UCount[/wiki].
    [category]VaultMP interface[/category]
    [category]Scripting functions[/category]
    [category]Misc functions[/category]