I have a problem with objects in my server!
#4

I posted this on another topic but didn't get a reply so it might help, might not.

Add this code AFTER your CreateDynamicObject lines.

pawn Code:
for(new o; o < CountDynamicObjects(); o++)
    {
        if(IsValidDynamicObject(o))    
        {
            //Streamer_SetFloatData(STREAMER_TYPE_OBJECT, o, E_STREAMER_DISTANCE, 300.0);
            Streamer_SetFloatData(STREAMER_TYPE_OBJECT, o, E_STREAMER_DRAW_DISTANCE, 300.0);           
        }
    }
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)