SA-MP Forums Archive
CreateObject Vs CreateDynamicObject [ Diff. ] - 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: CreateObject Vs CreateDynamicObject [ Diff. ] (/showthread.php?tid=612622)



CreateObject Vs CreateDynamicObject [ Diff. ] - Mandooz - 20.07.2016

What is the difference between :

Createobject and CreateDynamicObject ??



Re: CreateObject Vs CreateDynamicObject [ Diff. ] - X337 - 20.07.2016

Objects from CreateObject will never dissapear from server and Dynamic Objects will dissapear if you are away and streamed if you close


Re: CreateObject Vs CreateDynamicObject [ Diff. ] - Crayder - 20.07.2016

You're only allowed to show a player 1000 objects. If a player is streamed more than 1000 objects they will crash. With streamer (CreateDynamicObject) the objects will be created and destroyed per player so they will never see 1000 objects at once.


Re: CreateObject Vs CreateDynamicObject [ Diff. ] - Mandooz - 20.07.2016

So , CreateDynamicObject is better than CreateObject ??

And how to change my textdraw colors ?


Re: CreateObject Vs CreateDynamicObject [ Diff. ] - X337 - 20.07.2016

Quote:
Originally Posted by Mandooz
View Post
So , CreateDynamicObject is better than CreateObject ??
Yep, depends on it's limit. But i would recommend you to use CreateObject for interior objects because dynamic objects take time to load.

Quote:

And how to change my textdraw colors ?

https://sampwiki.blast.hk/wiki/TextDrawColor


Re: CreateObject Vs CreateDynamicObject [ Diff. ] - Mandooz - 20.07.2016

I also have a bug in IPLEOMaX Editor that when i click on Add then Box then i hold my left mouse button trying to create a box/textdraw nothing appears and i can't do anything there.

How to fix this ?


Re: CreateObject Vs CreateDynamicObject [ Diff. ] - WhiteGhost - 20.07.2016

Did u even watch the Video?

Manage ---> Create New Textdraw ---> UseBox ... etc


Re: CreateObject Vs CreateDynamicObject [ Diff. ] - Mandooz - 20.07.2016

Quote:

Did u even watch the Video?

Manage ---> Create New Textdraw ---> UseBox ... etc

Yes , but same.