SA-MP Forums Archive
edit object +rep - 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: edit object +rep (/showthread.php?tid=525231)



edit object +rep - iBots - 10.07.2014

Well,I am creating a simple object system,but i am using Dynamic Objects,With the functions CreateDynamicObject and..
So it's all working but i got a problem,i want when i create the object it automaticly makes me edit it using EditDynamicObject,the code is not bugged or...But the problem is in dynamic objects i have to move to see the new created object,so it doesnt show me the edition things ,because for me the object is still not created,is there anyway to create the object and edit it automaticly ,like detect when the player moves then edit it,please help
2.Whats the limit amount of CreateDynamicObjects?


Re : edit object +rep - S4t3K - 10.07.2014

1) No, the player has to click "save" and you have to do the necessary stuff under "OnPlayerEditDynamicObject".

2) No limit, but a player can only see 500 "dynamic objects" at once.