SA-MP Forums Archive
interior problem - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: interior problem (/showthread.php?tid=415139)



interior problem - pelani - 11.02.2013

in my script when i goto anotheer world so when i spawn a car, so the car is invisbile i want make it uninvisible.


Re: interior problem - MP2 - 11.02.2013

Do you mean world or interior?

LinkVehicleToInterior(vehicleid, world);
SetVehicleVirtualWorld(vehicleid, world);

GetPlayerInterior(playerid)
GetPlayerVirtualWorld(playerid)


Re: interior problem - pelani - 11.02.2013

changeworold 1-whatever because i have a cmd they tp me to another world and location so when i spawn a car the car is invisible. and btw where i need to add this code? ongame?


Re: interior problem - MP2 - 11.02.2013

pawn Код:
SetVehicleVirtualWorld(vehicleid, GetPlayerVirtualWorld(playerid));