Posts: 86
Threads: 37
Joined: Jan 2016
Reputation:
0
Hi,
I create object with 600.0 distance it'is possible and what is limit, because i know that limit changes but don't remember how to make bigger distance with streamer object or maybe with function.
Posts: 1,311
Threads: 11
Joined: Mar 2015
Reputation:
0
All in all you can create only 1000 objects in the distance between you and the objects. When you want to create more you have to use the streamer and check the stream / distance rate. So you can create more objects then 1000 when you use the streamer.
Posts: 232
Threads: 4
Joined: Apr 2013
As what Mencent said, client can only see 1000 objects. (Object limit, streamer doesn't break it, it just make it stream!)
But there's distance macro on streamer.inc (If you have latest version):
pawn Код:
#if !defined STREAMER_OBJECT_SD
#define STREAMER_OBJECT_SD 300.0
#endif
Notice: When you use streamer and CreateDynamicObject[Ex], never use CreateObject function, it will decrease the limit and streamer can only stream free slots of objects.