AddType
AddType
This export does the equivalent of AddGlobalType, AddGlobalPed, AddGlobalVehicle, AddGlobalObject
Types
Type ID
Type
1
Peds (Not Players)
2
Vehicles
3
Objects (& Anything Else)
Arguments
Argument
Description
identifier
The unique string identifier of this target, in-case you want to remove it later
type id
The type of global target to add
options
Usage
Example
RemoveType
This export removes a global target that you have created.
Arguments
Argument
Description
identifier
The unique string identifier of the target you want to remove
Example
Last updated