Module cl_bucket
Bucket Module
Functions
| InstancePlayer (instanceID) | InstancePlayer function. |
| InstanceEntity (entity, instanceID) | InstanceEntity function. |
| LeaveInstance () | LeaveInstance function. |
Functions
- InstancePlayer (instanceID)
-
InstancePlayer function.
This function instances the player.
Parameters:
- instanceID The instance ID. Can be null for random empty. number
Usage:
exports.jones_util:InstancePlayer(1)
- InstanceEntity (entity, instanceID)
-
InstanceEntity function.
This function instances an entity.
Parameters:
- entity The entity. number
- instanceID The instance ID. number
Usage:
exports.jones_util:InstanceEntity(1, 1)
- LeaveInstance ()
-
LeaveInstance function.
This function leaves the instance.
Usage:
exports.jones_util:LeaveInstance()