SA-MP Forums Archive
Draw Distance - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: Draw Distance (/showthread.php?tid=644002)



Draw Distance - Foxtrone - 01.11.2017

Good evening!

I have a problem with the mapping of my server (look movie).

https://www.youtube.com/watch?v=HSBSyFDuaZo

I use the following streamer (Incognito): https://github.com/samp-incognito/sa...lugin/releases

How to repair the problem? Without losing too much performance for the players.

Thank You


Re: Draw Distance - Eoussama - 01.11.2017

Simply increase the draw distance?
Код:
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, STREAMER_TAG_AREA areaid = STREAMER_TAG_AREA -1, priority = 0)



Re: Draw Distance - Aylan2 - 01.11.2017

Are you sure this is even a SA-MP server problem? There are two possible reasons as to why this is happening; it can be server script-related or equally, it can be an internal problem with your game. If this is the case, it can be easily fixed by downloading a memory fix CLEO mod.


Re: Draw Distance - Foxtrone - 01.11.2017

Quote:
Originally Posted by Eoussama
Посмотреть сообщение
Simply increase the draw distance?
Код:
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, STREAMER_TAG_AREA areaid = STREAMER_TAG_AREA -1, priority = 0)
I mappe directly IC and it is registered mysql nothing in GameMode there.

Quote:

Are you sure this is even a SA-MP server problem? There are two possible reasons as to why this is happening; it can be server script-related or equally, it can be an internal problem with your game. If this is the case, it can be easily fixed by downloading a memory fix CLEO mod.

I tried on two different VPS and that comes not from my game because my friend has similar.