Burgershot
  • Home
  • Members
  • Team
  • Help
  • Search
  • Register
  • Login
  • Home
  • Members
  • Help
  • Search
Burgershot SA-MP Support [Server] Can't see objects from distance.

 
  • 0 Vote(s) - 0 Average
Server Can't see objects from distance.
Cherry.
Offline

Burgershot Member
Posts: 4
Threads: 4
Joined: Mar 2021
Reputation: 0
#1
2021-09-22, 01:46 AM
Hello.

I have an issue with my server, Players can't see objects from distance, they must be SO close to them.
Tried the entire versions of streamer and still the same issue...

What can be the issue except of streamer?
Awide
Offline

Burgershot Member
Posts: 62
Threads: 5
Joined: Sep 2019
Reputation: 5
#2
2021-09-22, 07:57 PM
I am not sure about what's causing this but check out these config options:


Code:
    Streamer_SetMaxItems(STREAMER_TYPE_OBJECT, -1);
    Streamer_SetTickRate(50);
    Streamer_SetVisibleItems(STREAMER_TYPE_OBJECT, 900);
    Streamer_SetRadiusMultiplier(STREAMER_TYPE_OBJECT, 1.6);
Desolation Roleplay has closed. You can download the gamemode here: https://www.burgershot.gg/showthread.php?tid=2272
renato
Offline

Burgershot Member
Posts: 2
Threads: 0
Joined: Oct 2020
Reputation: 0
Location: Bucharest, Romania
#3
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
« Next Oldest | Next Newest »



  • View a Printable Version
  • Subscribe to this thread
Forum Jump:

© Burgershot - Powered by our Community and MyBB Original Theme by Emerald

Linear Mode
Threaded Mode