CreateObject
#1

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.
Reply
#2

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.
Reply
#3

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.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)