SA-MP Forums Archive
EditDynamicObject does not work - 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: EditDynamicObject does not work (/showthread.php?tid=572633)



EditDynamicObject does not work - zaibaslr2 - 30.04.2015

Hello everybody,
I really need some help. Today I updated my incognito streamer to newest version, but EditDynamicObject does not work anymore. For example :
Код:
new object = CreateDynamicObject(...);
EditDynamicObject(playerid,object);
return 1;
The object will be created but, however, editing menu does not show up. What can cause this?


Re: EditDynamicObject does not work - IstuntmanI - 30.04.2015

Use Streamer_Update after creating the object.