SA-MP Forums Archive
How can i add a AddStaticVehicle to an 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: How can i add a AddStaticVehicle to an interior (/showthread.php?tid=78588)



How can i add a AddStaticVehicle to an interior - Derksen123 - 21.05.2009

how can i add a vehicle like this AddStaticVehicle(603,2451.8474,-1049.1337,59.3014,176.3093,3,1);
to a interior



Re: How can i add a AddStaticVehicle to an interior - MenaceX^ - 21.05.2009

LinkVehicleToInterior.


Re: How can i add a AddStaticVehicle to an interior - Correlli - 21.05.2009

LinkVehicleToInterior(vehicleid, interiorid);


Re: How can i add a AddStaticVehicle to an interior - MenaceX^ - 21.05.2009

Quote:
Originally Posted by Don Correlli
I've told him already..


Re: How can i add a AddStaticVehicle to an interior - Correlli - 21.05.2009

Quote:
Originally Posted by MenaceX^
Quote:
Originally Posted by Don Correlli
I've told him already..
I guess i saw that.. You only gave him the name of the function.


Re: How can i add a AddStaticVehicle to an interior - Badger(new) - 21.05.2009

there's also a tutorial on it (lucky you):

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


Re: How can i add a AddStaticVehicle to an interior - shady91 - 21.05.2009

say you want to add car ID 50 to interior id 4 do this



LinkVehicleToInterior(50,10)


Re: How can i add a AddStaticVehicle to an interior - Badger(new) - 21.05.2009

Quote:
Originally Posted by shady91
say you want to add car ID 50 to interior id 4 do this



LinkVehicleToInterior(50,10)
we can safely assume that they now know how to do it.


Re: How can i add a AddStaticVehicle to an interior - shady91 - 21.05.2009

lol ok was just making it loud and clear xD