[Pedido] Comando Deletar todos carros
#2

Vк se vai resolver

pawn Код:
dcmd_dcmall(playerid, params[])
{

    #pragma unused params

    if(Player[playerid][pAdmin] >= 1 || Player[playerid][pVIP] >= 1)
    {
        if(Player[i][VehicleCreatedFree] >= 1)
        {
            RemoveNeon(i);
            Delete3DTextLabel(VehicleLabelFree[Player[i][VehicleCreatedFree]]);
            VehicleLabelFree[VehicleCreatedFree] = 0;
            DestroyVehicle(Player[i][VehicleCreatedFree]);
            Player[i][VehicleCreatedFree] = 0;
            SendClientMessage(playerid, COR_PRINCIPAL, "[INFO] Veнculo deletado com sucesso.");
        }
        else SendClientMessage(playerid, COR_ERRO, "ERRO: Nгo tem nenhum veнculo criado!");
    }
    else SendClientMessage(playerid, COR_ERRO, "ERRO: Vocк nгo tem permissгo para usar este comando!");

    return 1;
}
Reply


Messages In This Thread
Comando Deletar todos carros - by ChiicoBR - 16.07.2015, 05:56
Re: Comando Deletar todos carros - by Luucass - 16.07.2015, 16:42
Re: Comando Deletar todos carros - by ChiicoBR - 16.07.2015, 17:03
Re: Comando Deletar todos carros - by Luucass - 16.07.2015, 17:08
Re: Comando Deletar todos carros - by ChiicoBR - 16.07.2015, 17:12
Re: Comando Deletar todos carros - by Luucass - 16.07.2015, 17:19
Re: Comando Deletar todos carros - by ChiicoBR - 16.07.2015, 17:28
Re: Comando Deletar todos carros - by iTakelot - 16.07.2015, 17:30
Re: Comando Deletar todos carros - by ChiicoBR - 16.07.2015, 17:35
Re: Comando Deletar todos carros - by iTakelot - 16.07.2015, 17:47

Forum Jump:


Users browsing this thread: 1 Guest(s)