Object Loading Problem.
#1

Hi again soory for disturbing you all again and again but i have alot of objects on my server So the problem is this that i cant watch them from long distance i mean only when i almost to be in-touch with them then i can see . Far from a mile it look like invisible.
Reply
#2

Maybe, It has something to do with your Gta sa draw distance?

That happened to me once, try to set your draw distance to the top from your Gta sa settings
Reply
#3

In your streamer settings, set the max. Draw back distance between each object and a person
Reply
#4

Quote:
Originally Posted by Madeline
Посмотреть сообщение
In your streamer settings, set the max. Draw back distance between each object and a person
From where can i set it ?
Reply
#5

There is a parameter on each of the CreateDynamicObject or CreateObject lines.

Код:
CreateObject(modelid, Float:X, Float:Y, Float:Z, Float:rX, Float:rY, Float:rZ, Float:DrawDistance);
Код:
CreateDynamicObject(modelid, Float:x, Float:y, Float:z, Float:rx, Float:ry, Float:rz, worldid = -1, interiorid = -1, playerid = -1, Float:streamdistance = 200.0);
native DestroyDynamicObject(objectid);
As you can see, there is a parameter on both called 'streamdistance' or 'DrawDistance', this is basically the distance between the player and the object before it can be seen. A float of about 200 is a good size, unless you are wanting it larger than so.
Reply


Forum Jump:


Users browsing this thread: 2 Guest(s)