[aYUDA] Error con DestroyVehicle
#8

pawn Код:
CMD:borrarautos(playerid,params[])
{
    for(new i=0; i< MAX_VEHICLES; i++)
    {
        for(new u=0; u< MAX_PLAYERS; u++)
        {
            if(i == autos[u]) {
                goto _no_borrar;
            }
        }
        DestroyVehicle(i);
        _no_borrar:
    }
    return 1;
}
Reply


Messages In This Thread
[aYUDA] Error con DestroyVehicle - by Thewin - 31.03.2014, 00:52
Respuesta: [aYUDA] Error con DestroyVehicle - by MugiwaraNoLuffy - 31.03.2014, 04:50
Respuesta: [aYUDA] Error con DestroyVehicle - by Thewin - 31.03.2014, 16:31
Respuesta: [aYUDA] Error con DestroyVehicle - by MugiwaraNoLuffy - 31.03.2014, 18:00
Respuesta: [aYUDA] Error con DestroyVehicle - by OTACON - 31.03.2014, 21:14
Respuesta: [aYUDA] Error con DestroyVehicle - by Thewin - 01.04.2014, 05:50
Respuesta: [aYUDA] Error con DestroyVehicle - by OTACON - 01.04.2014, 05:55
Re: [aYUDA] Error con DestroyVehicle - by Daniel-92 - 01.04.2014, 15:16
Respuesta: [aYUDA] Error con DestroyVehicle - by Thewin - 01.04.2014, 18:28

Forum Jump:


Users browsing this thread: 1 Guest(s)