Posts: 260
Threads: 37
Joined: Apr 2014
Reputation:
0
You need to add draw distance.
CreateObject(modelid, Float:X, Float:Y, Float:Z, Float:rX, Float:rY, Float:rZ, Float: DrawDistance)
Posts: 1,830
Threads: 49
Joined: Nov 2014
Reputation:
0
I don't understand what you mean by "only plow handles objects"?
But if it loads slow, it's either because the draw distance is short, or you could have reached the max object limit of 1000, use F5 and check ObjectSlotsUsed to check if this is the case.
If you reached the limit, you should use Incognito's streamer to stream the objects.