[Pedido] procurando comando /destruirid
#2

o meu pelo menos ta funfando normal:

pawn Код:
if (strcmp(cmd, "/destruirid", true) == 0)
    {
        if(IsPlayerConnected(playerid))
        {
            if(PlayerInfo[playerid][pAdmin] < 3)
            {
                SendClientMessage(playerid, COLOR_GRAD1, "   Vocк nгo estб autorizado a usar este comando !");
                return true;
            }
            new counter = 0;
            new result;
            new plyName[MAX_PLAYER_NAME];
            GetPlayerName(playerid, plyName, MAX_PLAYER_NAME);
            for(new i; i != MAX_VEHICLES; i++)
            {
                new dist = ChecarveiculoBFC(5, playerid, i);
                if(dist)
                {
                    result = i;
                    counter++;
                }
            }
            switch(counter)
            {
                case 0:
                {
                    SendClientMessage(playerid, COLOR_GREY, "   Nгo hб nenhum carro nesse raio!");
                }
                case 1:
                {
                    if(result < CAR_AMOUNT)
                    {
                        SendClientMessage(playerid, COLOR_GREY, "Vocк sу pode destruir veнculos criados");
                        return true;
                    }
                    new name[MAX_PLAYER_NAME];
                    GetPlayerName(playerid, name, sizeof(name));
                    Delete3DTextLabel(TextoCarros[result]);
                    DestroyVehicle(result);
                    format(string, sizeof(string), "Vocк destruiu o veнculo ID:[%d]", result);
                    SendClientMessage(playerid, COLOR_GREY, string);
                    CreatedCar --;
                }
                default:
                {
                    SendClientMessage(playerid, COLOR_GREY, "   Foram encontrados mais de um carro nesse raio");
                }
            }
        }
        return true;
    }
tem em base o PlayHappy ne! kkkkk
Reply


Messages In This Thread
procurando comando /destruirid - by Ivan_Mota - 28.02.2014, 07:56
Re: procurando comando /destruirid - by SonicFreeStyle - 28.02.2014, 08:49
Re: procurando comando /destruirid - by Ivan_Mota - 28.02.2014, 13:59
Re: procurando comando /destruirid - by Canema - 28.02.2014, 14:13
Re: procurando comando /destruirid - by Ivan_Mota - 28.02.2014, 18:09
Re: procurando comando /destruirid - by SonicFreeStyle - 01.03.2014, 08:45
Re: procurando comando /destruirid - by Schocc - 01.03.2014, 08:52

Forum Jump:


Users browsing this thread: 2 Guest(s)