Posts: 502
Threads: 57
Joined: Nov 2015
Reputation:
0
I Have a problem about Dynamic Object, Sometimes the object can see,and sometimes The object lost or cannot see , but The Filterscript Can to run, How to i fix that ? I think the problem not From Streamer plugins , But the Problem from Max Object Maybe ! How to i know many object in my server?
Posts: 156
Threads: 47
Joined: Oct 2015
Reputation:
0
use under OnGamemodeInit and try it
Posts: 87
Threads: 2
Joined: Sep 2014
Reputation:
0
There is a limit on CreateObject of 1000, if you have like 200 CreateObjects used in the script, then you have 800 slots left for the streamer to use as CreateDynamicObject, so I'd prefer you to use CreateDynamicObjects and remove all the CreateObjects from your script, which allows you to have maximum objects.