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



Invisible object. - Dayrion - 04.01.2017

Hello.
Sometimes when I use CreateObject the object doesn't appear but still valid.
I'm already using streamer and I've less than 1000 object with CreateObject. If anyone know why I get that.


Re: Invisible object. - Bomber07 - 04.01.2017

Test this:
PHP код:
CreateDynamicObject(modelidFloat:xFloat:yFloat:zFloat:rxFloat:ryFloat:rzworldid = -1interiorid = -1playerid = -1Float:streamdistance 300.0); 



Re: Invisible object. - Dayrion - 05.01.2017

Thanks