[AJUDA] Destruir certos veнculos
#2

pawn Код:
if(!strcmp(cmdtext,"/str", true))
{
    for(new i; i != sizeof(Carro); ++i)
    {
        DestroyVehicle(Carro[i]);
        printf("Veiculo destruido ( Carro[%i] )", i);
    }
    return 1;
}
Reply


Messages In This Thread
[AJUDA] Destruir certos veнculos - by AW4Y - 22.12.2011, 15:22
Re: [AJUDA] Destruir certos veнculos - by [O.z]Caroline - 22.12.2011, 15:26
Re: [AJUDA] Destruir certos veнculos - by AW4Y - 22.12.2011, 15:30
Re: [AJUDA] Destruir certos veнculos - by Cristhian - 22.12.2011, 15:34
Re: [AJUDA] Destruir certos veнculos - by [O.z]Caroline - 22.12.2011, 15:35
Re: [AJUDA] Destruir certos veнculos - by AW4Y - 22.12.2011, 15:42
Re: [AJUDA] Destruir certos veнculos - by Cristhian - 22.12.2011, 15:45
Re: [AJUDA] Destruir certos veнculos - by [O.z]Caroline - 22.12.2011, 15:49
Re: [AJUDA] Destruir certos veнculos - by AW4Y - 22.12.2011, 15:52
Re: [AJUDA] Destruir certos veнculos - by Cristhian - 22.12.2011, 15:53

Forum Jump:


Users browsing this thread: 1 Guest(s)