Posts: 24
Threads: 9
Joined: Feb 2016
Reputation:
0
What is the difference between :
Createobject and CreateDynamicObject ??
Posts: 872
Threads: 25
Joined: Sep 2014
Reputation:
0
Objects from CreateObject will never dissapear from server and Dynamic Objects will dissapear if you are away and streamed if you close
Posts: 3,324
Threads: 96
Joined: Sep 2013
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.
Posts: 24
Threads: 9
Joined: Feb 2016
Reputation:
0
So , CreateDynamicObject is better than CreateObject ??
And how to change my textdraw colors ?
Posts: 24
Threads: 9
Joined: Feb 2016
Reputation:
0
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 ?