Objects disapear when player isn't close to
#3

You may need to take rid of some CreateObject codes if you got. [ change CreateObjects to CreateDynamicObjects ].

and then you may also need to use Streamer_SetVisibleItems. by default 500 objects being streamed at once you can increase it up to 1000 as maximum.

so after changing CreateObject to CreateDynamicObject you may wanna add this under ongamemodeinit

PHP код:
Streamer_SetVisibleItems(STREAMER_TYPE_OBJECT800); 
Reply


Messages In This Thread
Objects disapear when player isn't close to - by Suttix - 03.08.2017, 10:34
Re: Objects disapear when player isn't close to - by Dayrion - 03.08.2017, 10:38
Re: Objects disapear when player isn't close to - by jlalt - 03.08.2017, 10:54
Re: Objects disapear when player isn't close to - by Suttix - 03.08.2017, 11:20
Re: Objects disapear when player isn't close to - by Suttix - 03.08.2017, 16:35
Re: Objects disapear when player isn't close to - by Suttix - 03.08.2017, 19:23
Re: Objects disapear when player isn't close to - by Logic_ - 04.08.2017, 09:12
Re: Objects disapear when player isn't close to - by Suttix - 04.08.2017, 09:22

Forum Jump:


Users browsing this thread: 5 Guest(s)