Streamer Objecs removing in vw 10
#4

Use code from last post from link

pawn Код:
for(new objectid = 1, j = Streamer_CountItems(STREAMER_TYPE_OBJECT, 1); objectid != j; objectid++)
{
    if(!IsValidDynamicObject(objectid) || Streamer_GetIntData(STREAMER_TYPE_OBJECT, objectid, E_STREAMER_WORLD_ID) != 10)
    {
        continue;
    }
    printf("DestroyDynamicObject(%d)", objectid);
    DestroyDynamicObject(objectid);
}
Reply


Messages In This Thread
Streamer Objecs removing in vw 10 - by AleemIqbal1 - 10.10.2015, 00:22
Re: Streamer Objecs removing in vw 10 - by Jefff - 10.10.2015, 00:42
Re: Streamer Objecs removing in vw 10 - by AleemIqbal1 - 10.10.2015, 00:45
Re: Streamer Objecs removing in vw 10 - by Jefff - 10.10.2015, 00:46
Re: Streamer Objecs removing in vw 10 - by AleemIqbal1 - 10.10.2015, 02:34

Forum Jump:


Users browsing this thread: 1 Guest(s)