Ghost car - 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: Ghost car (
/showthread.php?tid=554801)
Ghost car -
CoR3 - 05.01.2015
Well hello, i add some vehicles but i have a problem; 3 vehicles are ghost and i only see the shadow i the ground, and the /dl
i changede position and the problem is the same. What can i do with this?
Re: Ghost car -
Divergent - 05.01.2015
The vehicles are there but they're invisible? That means that they're in another interior. Use the LinkVehicleToInterior function to set it to the proper interior ID. Rep+ appreciated.
Re: Ghost car -
ball - 05.01.2015
This means player's interior is other than vehicle's interior. Try code
Код:
LinkVehicleToInterior(GetPlayerVehicleID(playerid), GetPlayerInterior(playerid));