Table Of Contents

Previous topic

Overwrite

Next topic

Remote Control

This Page

Player Management

Note

TODO:

  • Document variables

LoggedIn

function LoggedIn: Boolean;

Returns True if Logged in.

Note

by WT-Fakawi

Example:

NumberOfPlayers

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:

PlayersActive

function PlayersActive: Integer;

Numbers of players active in the Players array.

Note

by ss23

Example:

AllPlayersInactive

procedure NumberOfPlayers(Number: Integer);

Returns true if all players are inactive in the Players array.

Note

by ZephyrsFury

Example:

PlayerWorked

function PlayerWorked(player : integer) : integer;

Returns the time a player has worked..

Note

by SRL Community

Example: