Increase an object draw distance
#1

Hello,

Код:
    
    if(strcmp(cmdtext,"/flare",true) == 0)
    {
        new Float:x, Float:y, Float:z;
        GetPlayerPos(playerid, x, y, z);
        CreateDynamicObject(18728, x, y, z - 1, 0, 0, 0, -1, -1, -1, 300.0, 300.0);
        return 1;
    }
I want to increase the draw distance of the object ID "18728" (it is a flare), the problem with this object is that he has a lesser draw distance than the other objects, and I want to increase this draw distance.
I tried to put the draw distance and the stream distance at 300.0 (the maximum) but it do nothing.

Looks like this object doesn't care of the draw distance parameters.

Thank you very much for your future help and sorry for my bad english.
Reply


Messages In This Thread
Increase an object draw distance - by StyleAbrams - 03.08.2014, 13:05
Re: Increase an object draw distance - by Rifa4life - 03.08.2014, 14:27
Re: Increase an object draw distance - by Pottus - 03.08.2014, 14:34
Re: Increase an object draw distance - by f0cus - 07.03.2015, 11:53
Re: Increase an object draw distance - by ReshiramZekrom - 07.03.2015, 12:42

Forum Jump:


Users browsing this thread: 1 Guest(s)