15.07.2010, 19:53
SetVehicleVirtualWorld
Under your spawn car command:
The above code will check which virtual world the player is in and then set the virtual world of the vehicle to the same virtual world.
Under your spawn car command:
Код:
new vw = GetPlayerVirtualWorld(playerid); //create vehicle SetVehicleVirtualWorld(vehicleid,vw);