OMG!!!
#6

If you use Incognito's streamer, then replace any CreateDynamicObject with AddDynamicObject.

Add this at the bottom of the script, it adds drawdistance to the objects.
pawn Код:
stock AddDynamicObject( modelid, Float: x, Float: y, Float: z, Float: rx, Float: ry, Float: rz, worldid = -1, interiorid = -1, playerid = -1, Float: streamdistance = 300.0, Float: drawdistance = 300.0 )
{
    new
        objectid
    ;
    objectid = CreateDynamicObject( modelid, x, y, z, rx, ry, rz, worldid, interiorid, playerid, streamdistance );
    Streamer_SetFloatData( STREAMER_TYPE_OBJECT, objectid, E_STREAMER_DRAW_DISTANCE, drawdistance );
    return objectid;
}
Reply


Messages In This Thread
OMG!!! - by yuvraj201 - 15.11.2013, 14:45
Re: OMG!!! - by Threshold - 15.11.2013, 14:47
Re: OMG!!! - by yuvraj201 - 15.11.2013, 14:49
Re: OMG!!! - by yuvraj201 - 15.11.2013, 14:53
Re: OMG!!! - by yuvraj201 - 15.11.2013, 14:57
Re: OMG!!! - by Konstantinos - 15.11.2013, 15:07
Re: OMG!!! - by yuvraj201 - 15.11.2013, 15:11
Re: OMG!!! - by yuvraj201 - 15.11.2013, 15:21
Re: OMG!!! - by DaniceMcHarley - 15.11.2013, 17:10
Re: OMG!!! - by Boss201 - 15.11.2013, 18:07

Forum Jump:


Users browsing this thread: 3 Guest(s)