SA-MP Forums Archive
streamed object problem - 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: streamed object problem (/showthread.php?tid=494295)



streamed object problem - ajwar - 12.02.2014

i have addeda a few objects to my server using theese parameters:

pawn Код:
CreateDynamicObject(971,-2174.8464400,679.9728400,54.1594000,0.0000000,0.0000000,90.0000000,0,0,-1,300.0);
The problem is that if i place a car on one of theese objects the car falls in to object. Any suggestions on how to fix that? I do not wan't to spawn vehicle with extra value on z coordinate.


Re: streamed object problem - newbienoob - 12.02.2014

It's the streamer bug. You have to use CreateObject for that (use CreateObject on an object that the vehicle spawns).