note Help Needed
This wiki is the result of an ongoing community effort — thank you all for helping!
If you want to provide changes to this page then please click here.
SetVehicleVirtualWorld
Description
Sets the 'virtual world' of a vehicle. Players will only be able to see vehicles in their own virtual world.
Name | Description |
---|---|
vehicleid | The ID of vehicle to set the virtual world of. |
virtualWorld | The ID of the virtual world to put the vehicle in. |
Returns
This function does not return any specific values.
Examples
SetVehicleVirtualWorld(GetPlayerVehicleID(playerid), 10);
SetPlayerVirtualWorld(playerid, 10);
Related Functions
- GetVehicleVirtualWorld: Check what virtual world a vehicle is in.
- SetPlayerVirtualWorld: Set the virtual world of a player.