Note
TODO:
- Document variables
procedure NumberOfPlayers(Number: Integer);
Makes the Players array have Number indexes, also sets strings and other player array’s too standard 100.
Note
by BenLand100 / Wizzup?
Example:
function PlayersActive: Integer;
Numbers of players active in the Players array.
Note
by ss23
Example:
procedure NumberOfPlayers(Number: Integer);
Returns true if all players are inactive in the Players array.
Note
by ZephyrsFury
Example:
function PlayerWorked(player : integer) : integer;
Returns the time a player has worked..
Note
by SRL Community
Example: