Destroy All Cars
#6

pawn Код:
for(new i=1;i<=MAX_VEHICLES;i++)
{
    new count = 0;
    for(new a=0;a<MAX_PLAYERS;a++)
    {
        if(IsPlayerConnected(a) && IsPlayerInAnyVehicle(a))
        {
            if(GetPlayerVehicleID(a) == i) count++;
        }
    }
    if(count == 0)
    {
        DestroyVehicle(i);
    }
}
Reply


Messages In This Thread
Destroy All Cars - by SamyRomafia - 04.08.2011, 02:17
Re: Destroy All Cars - by =WoR=Varth - 04.08.2011, 02:18
Re: Destroy All Cars - by SamyRomafia - 04.08.2011, 02:40
Re: Destroy All Cars - by =WoR=Varth - 04.08.2011, 02:51
Re: Destroy All Cars - by SamyRomafia - 04.08.2011, 03:26
Re: Destroy All Cars - by =WoR=Varth - 04.08.2011, 03:38
Re: Destroy All Cars - by Scenario - 04.08.2011, 04:37

Forum Jump:


Users browsing this thread: 1 Guest(s)