how to add pickup , vehicles and objects to 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 to add pickup , vehicles and objects to interior? (
/showthread.php?tid=155370)
how to add pickup , vehicles and objects to interior? -
Player63 - 18.06.2010
i try understand but nothing. Please answer
Re: how to add pickup , vehicles and objects to interior? -
Naxix - 18.06.2010
Objects and pickups it easy, you just add it to the coordinates you want em, and with vehicles there is a function that links a vehicle to a interior as far as i remember.
Re: how to add pickup , vehicles and objects to interior? -
DJDhan - 18.06.2010
To add pickups
CLICK ME.
To link vehicle to interior
CLICK ME.
To create an object in an interior you can use
Код:
CreateStreamedObject(x,y,z,rx,ry,rz,virtualworld,interiorid);
Where x,y,z,rx,ry and rz are floats and rx,ry and rz are rotations respectively.