2021-09-25, 03:16 PM
Code:
CreateDynamicObject(modelid, Float:x, Float:y, Float:z, Float:rx, Float:ry, Float:rz, worldid = -1, interiorid = -1, playerid = -1, Float:streamdistance = STREAMER_OBJECT_SD, Float:drawdistance = STREAMER_OBJECT_DD, areaid = -1, priority = 0)
The streaming distance (streamdistance) refers to how close the player needs to be to the object before it is streamed in by the plugin.
The draw distance (drawdistance) is a parameter used by the game that determines how close the player needs to be to the object before it is rendered on the player's screen.
Check out the streamdistance for all of your objects created with streamer and make sure they are within an acceptable range.
D E L I R I U M