Object Loading Problem.
#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


Messages In This Thread
Object Loading Problem. - by M3mPHi$_S3 - 29.01.2013, 09:12
Re: Object Loading Problem. - by iSkull - 29.01.2013, 09:19
Re: Object Loading Problem. - by Madeline - 29.01.2013, 09:33
Re: Object Loading Problem. - by M3mPHi$_S3 - 29.01.2013, 11:39
Re: Object Loading Problem. - by Threshold - 29.01.2013, 12:36

Forum Jump:


Users browsing this thread: 2 Guest(s)