SA-MP Forums Archive
Interior Help - 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 Help (/showthread.php?tid=414048)



Interior Help - LoganStone - 07.02.2013

I mapped some objects for my VIP lounge and how do i set the interior?, when i teleport to 4 dragons interior items are not there.


Re: Interior Help - Infinity90 - 07.02.2013

Use a streamer
pawn Код:
CreateDynamicObject(modelid, Float:x, Float:y, Float:z, Float:rx, Float:ry, Float:rz, worldid = -1, interiorid = -1, playerid = -1, Float:streamdistance = 100.0);
https://sampforum.blast.hk/showthread.php?tid=102865


Re: Interior Help - LoganStone - 07.02.2013

Give me a coding example


AW: Interior Help - Blackazur - 07.02.2013

https://sampforum.blast.hk/showthread.php?tid=102865
https://sampforum.blast.hk/showthread.php?tid=344759

Set all createobject to "CreateDynamicObject" and write on top of your script "#include <streamer>".