[Ajuda] bomba
#4

pawn Код:
new CreatedCars[MAX_VEHICLES];

    if(strcmp(cmd, "/destruirveiculos", true) == 0)
    {
        if(IsPlayerConnected(playerid))
        {
            if(PlayerInfo[playerid][pAdmin] >= 1337)
            {
                SendClientMessage(playerid, COLOR_GRAD1, "   Vocк nгo tem permiзгo para ultilizar este comando!");
        CreatedCars++;
                return 1;
            }
            for(new i = 0; i < sizeof(CreatedCars); i++)
            {
                if(i == CreatedCars[i])
                {
                    DestroyVehicle(i);
                }
            }
            SendClientMessage(playerid, COLOR_GREY, "   Todos os veiculos criados foram destruidos!");
        }
        return 1;
    }
Reply


Messages In This Thread
[Ajuda] bomba - by diretor7 - 04.05.2011, 09:07
Re: [Ajuda/Dъvida] - by Chefгo - 04.05.2011, 11:29
Re: [Ajuda/Dъvida] - by CyNiC - 04.05.2011, 12:36
Re: [Ajuda] bomba - by Shadoww5 - 04.05.2011, 16:22
Re: [Ajuda] bomba - by diretor7 - 04.05.2011, 19:37
Re: [Ajuda] bomba - by hitachi_uchila - 05.05.2011, 04:19
Re: [Ajuda] bomba - by TheGarfield - 05.05.2011, 04:49
Re: [Ajuda] bomba - by diretor7 - 05.05.2011, 05:06
Re: [Ajuda] bomba - by TheGarfield - 05.05.2011, 05:27
Re: [Ajuda] bomba - by diretor7 - 05.05.2011, 05:39

Forum Jump:


Users browsing this thread: 2 Guest(s)