[Ajuda] Carro
#5

Nao Sei Se Vai Dar Mas Tenta

pawn Код:
if (strcmp("/destruircarro", cmdtext, true, 10) == 0)
    {
        if(!IsPlayerInAnyVehicle(playerid)) return SendClientMessage(playerid, CorCinza, "Vocк Nгo Estб em Um Carro.");
        new VeiculoID = GetPlayerVehicleID(playerid);
        DestroyVehicle(VeiculoID);
        format(Celula, sizeof(Celula), "-OperServ-{2641FE}O Administrador {33FF00}%s{2641FE} Destruiu o Veiculo ID [ {33FF00}%d{2641FE} ]. ", PlayerName(playerid), VeiculoID);
        MensagemAdmins(0x2641FEAA, Celula);
        return 1;
    }
    return 0;
}
Reply


Messages In This Thread
[Ajuda] Carro - by Laercio - 05.12.2011, 15:45
Re: [Ajuda] - by steki. - 05.12.2011, 15:53
Re: [Ajuda] - by Lуs - 05.12.2011, 15:55
Re: [Ajuda] - by Laercio - 05.12.2011, 15:55
Re: [Ajuda] - by Don_Speed - 05.12.2011, 15:56
Re: [Ajuda] - by Laercio - 05.12.2011, 15:58
Re: [Ajuda] - by Lуs - 05.12.2011, 16:00
Re: [Ajuda] - by Laercio - 05.12.2011, 16:02
Re: [Ajuda] - by Lуs - 05.12.2011, 16:04
Re: [Ajuda] Carro - by Laercio - 05.12.2011, 16:07

Forum Jump:


Users browsing this thread: 1 Guest(s)