06.02.2016, 09:22
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):
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.
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