Object View Distance (+rep)
#4

Something like this , Also the last one is the drawdistance( also marked below ), Also use Streamer plugin to make it work.
pawn Код:
stock CreateDynamicObjectEx(modelid, Float: x, Float: y, Float: z, Float: rx, Float: ry, Float: rz, worldid = -1, interiorid = -1, playerid = -1, Float: streamdistance = 200.0)
{
    new objectid = CreateDynamicObject(modelid, x, y, z, rx, ry, rz, worldid, interiorid, playerid, streamdistance);
    Streamer_SetFloatData(STREAMER_TYPE_OBJECT, objectid, E_STREAMER_DRAW_DISTANCE, 300.0); // this one
    return objectid;
}
PS: Replace all of your CreateDynamicObject ( except the one in the stock ), with CreateDynamicObjectEx.
Reply


Messages In This Thread
Object View Distance (+rep) - by ScripteRMKD - 12.06.2014, 08:25
Re: Object View Distance (+rep) - by ikey07 - 12.06.2014, 08:30
Re: Object View Distance (+rep) - by ScripteRMKD - 12.06.2014, 11:00
Re: Object View Distance (+rep) - by Laure - 12.06.2014, 11:05
Re: Object View Distance (+rep) - by shourya12 - 12.06.2014, 11:07
Re: Object View Distance (+rep) - by DavidBilla - 12.06.2014, 12:01

Forum Jump:


Users browsing this thread: 3 Guest(s)