Mapping draw distance bug
#1





I always had this bug on my gamemode.. is a new scripted gamemode.. how can i fix it ?
Reply
#2

Quote:
Originally Posted by Metharon
Посмотреть сообщение




I always had this bug on my gamemode.. is a new scripted gamemode.. how can i fix it ?
i always had this bug , btw i also saw it in alotta servers , i dont think its a bug but objects just be loading i guess
Reply
#3

Might be a coincidence because I just had the same problem a few minutes ago. Put this under OnGameModeInit:

pawn Код:
Streamer_MaxItems(STREAMER_TYPE_OBJECT , number);
Streamer_VisibleItems(STREAMER_TYPE_OBJECT, number);
Where it says "number", replace it with a number, default is 500 so you should increase it. Mine is set to 1000 as I have some places on the map that range from 100-200 objects to 800-900 very close to each other.
Reply
#4

Quote:
Originally Posted by DanishHaq
Посмотреть сообщение
Might be a coincidence because I just had the same problem a few minutes ago. Put this under OnGameModeInit:

pawn Код:
Streamer_MaxItems(STREAMER_TYPE_OBJECT , number);
Streamer_VisibleItems(STREAMER_TYPE_OBJECT, number);
Where it says "number", replace it with a number, default is 500 so you should increase it. Mine is set to 1000 as I have some places on the map that range from 100-200 objects to 800-900 very close to each other.
He stated this is occuring with multiple servers. In this case, you'll need to adjust your GTA:SA settings. Go to the pause menu, go to settings, and then go to display settings, and find where it says draw distance, use the arrow keys to increase it.(This is going off memory I may be wrong!)
Reply
#5

others way to fix?
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)