• 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[Server] Can't see objects from distance.
#3
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

  Reply


Messages In This Thread
Can't see objects from distance. - by Cherry. - 2021-09-22, 01:46 AM
RE: Can't see objects from distance. - by Awide - 2021-09-22, 07:57 PM
RE: Can't see objects from distance. - by renato - 2021-09-25, 03:16 PM

Forum Jump: