SA-MP Forums Archive
Strange CreateDynamicObject bug - 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: Strange CreateDynamicObject bug (/showthread.php?tid=665741)



Strange CreateDynamicObject bug - ElMaestro123 - 14.04.2019

Hi, I am trying to make an object in a specific virtual world and interior with user-inputted parameters. The problem I have is actually an invisible object that has been 'created' and cached into the cache, but stays invisible in any virtual world and interior. I've tried to debug the function, if it could return an INVALID_OBJECT_ID or something, but it didn't. I've tried to call streamer_update function after the creation of the object but it doesn't work at all. If I tried to edit the object with the EditDynamicObject function, it would select the first cached dynamic object in the area and not the one that's invisible. I would be very thankful if someone could help me out.


Re: Strange CreateDynamicObject bug - polygxn - 14.04.2019

You using 0.3DL?