2021-05-26, 05:44 PM
(2021-05-25, 06:56 PM)Kwarde Wrote:Quote:I also realized that this happens when there is an average of online players on the server.
An average of how what?
These objects, are they all global? How many objects are streamed per player? You can find all the functions here (there are several usefull functions for some problem finding like Streamer_GetVisibleItems() I guess): https://github.com/samp-incognito/samp-s...ki/Natives
If objects are created per player but if they're created globally you might have reached SAMP's limit.
Ok, Sir how to hide global dynamic object for all player. Just one object from one Object ID? is meaning just hide like textdraw can have boolean can hide and show.
And how to Set World of dynamic object if the object has been succes created? i just found?
- GetDynamicActorVirtualWorld
- SetDynamicActorVirtualWorld
Nothing for the dynamic object option?