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



CreateDynamicObject? - N0FeaR - 05.03.2016

When i mix with CreateDynamicObject and CreateObject then some objects just disappear, mabye u guys know why?


Re: CreateDynamicObject? - xEF - 05.03.2016

Static objects can create bugs, even if there are a lot in a same place, this happened to me when i started scripting; so i advice you to delete all your static objects if they are not under another function, and convert all to streamer objects.

STATIC OBJECTS CAN DISAPPEAR, IT HAPPENED TO ME TOO

Regards.


Re: CreateDynamicObject? - N0FeaR - 05.03.2016

Quote:
Originally Posted by xEF
Посмотреть сообщение
Static objects can create bugs, even if there are a lot in a same place, this happened to me when i started scripting; so i advice you to delete all your static objects if they are not under another function, and convert all to streamer objects.

STATIC OBJECTS CAN DISAPPEAR, IT HAPPENED TO ME TOO

Regards.
I see, cus i using almost every object in CreateDynamicObject but if i add new mapping with just createobject then all CreateDynamicObject just disappear.


Re: CreateDynamicObject? - xEF - 05.03.2016

Sincerely i don't know fully, but static objects got always defined by me as more 'heavy', than streamer objects.
The only sure thing that i know, is that static objects can, and probably, create bugs on the map.

Regards.


Re: CreateDynamicObject? - N0FeaR - 05.03.2016

Quote:
Originally Posted by xEF
Посмотреть сообщение
Sincerely i don't know fully, but static objects got always defined by me as more 'heavy', than streamer objects.
The only sure thing that i know, is that static objects can, and probably, create bugs on the map.

Regards.
Ok, thank you for quick answer, rep