OMG!!!
#1

This is f****** killing me my objects flicker like shit i dont know what the problem is please help me this is the screenshots

This is when im near it the objects does not flicker


But when i go back this happens


And the more and more i go back this happens
Reply
#2

This normally happens with a low drawdistance, what is the drawdistance on the objects set to?
Reply
#3

What do you mean drawdistance? please help me i dont know scripting
Reply
#4

Please helpm e
Reply
#5

pleaseeeee!!!
Reply
#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
#7

It didnt work
Reply
#8

DIDNT HELP!!!!!
Reply
#9

Calm down and read this.
Reply
#10

am the real yuvraj201 , plz whoever you are return me back my account pls
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)