Other great resources: Official JS API docs, Scripting Forum
hackNetOff()
Used to disable network updates during Player Initialisation...
Syntax
hackNetOff();
// initialise players here
hackNetOn();Parameters
No parameters.
Return values
Does not return anything.
Example
See Player Initialisation for more information.