SA-MP Forums Archive
Putting a vehicle in a Interior - 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)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: Putting a vehicle in a Interior (/showthread.php?tid=96020)



Putting a vehicle in a Interior - XxJoexX - 05.09.2009

Hi i was wondering if and or how to put a vehicle in a Interior is it possible.
thankz
XxJoexX


Re: Putting a vehicle in a Interior - Correlli - 05.09.2009

https://sampwiki.blast.hk/wiki/LinkVehicleToInterior


Re: Putting a vehicle in a Interior - XxJoexX - 05.09.2009

Okay so were abouts do i put all this stuff in my gamemode?

public OnGameModeInit()
{
// other code...
new vehicle1 = AddStaticVehicle(559,2543.7505,-21.8345,27.1899,52.6054,53,79);
LinkVehicleToInterior(vehicle1, 6);
// other code...
}