MaxPlayers

From Soldat Community Wiki
Revision as of 11:27, 15 August 2012 by Freeman (talk | contribs) (Created page with "===From the Scripting Manual=== '''Data Type:''' Byte '''Description:''' Current player limit for the server (Excluding Admins and Bots) ==Examples== <source lang="p...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

From the Scripting Manual

 Data Type: Byte
 
 Description:
 Current player limit for the server (Excluding Admins and Bots)

Examples

MyInteger: array[1..MaxPlayers] of Integer

//This way the array will hold the needed Integers and not
//player's 31, or 32, because they are never used.

External Links