SetVehicleVirtualWorld
Description:
Function SetVehicleVirtualWorld sets the 'virtual world' of a vehicle. Players will only be able to see vehicles in their own virtual world.
Parameters:
(vehicleid, worldid)
int | vehicleid | The ID of vehicle to set the virtual world of. |
int | worldid | The ID of the virtual world to put the vehicle in. |
Return Values:
- 1: The function was executed successfully.
- 0: The function failed to execute. The vehicle does not exist.
Examples:
SetVehicleVirtualWorld(GetPlayerVehicleID(playerid), 10); SetPlayerVirtualWorld(playerid, 10);
Related Functions
The following functions may be useful, as they are related to this function in one way or another.
- GetVehicleVirtualWorld: Check what virtual world a vehicle is in.
- SetPlayerVirtualWorld: Set the virtual world of a player.