Posts: 11,827
Threads: 33
Joined: Dec 2011
Reputation:
0
The mistake is in CreateDynamicObject function. It is expecting worldid which is integer, but you set to 300.0
Whether it's streamdistance or drawdistance, just set it as you do with interiorid.
Posts: 311
Threads: 61
Joined: Nov 2014
Reputation:
0
Add new tmpobjid; in the beginning of the script. Update the streamer plugins.
Posts: 67
Threads: 11
Joined: Apr 2015
Reputation:
0
Instead of CreateDynamicObject change it into CreateDynamicObjectEx, then put the new tmpobjid; above your script..