[Pedido] Este Comando Mais Rapido
#9

Uso esse no meu, sу que й em strcmp:
pawn Код:
if(strcmp(cmd, "/respawncarros", true) == 0)
    {
        if(IsPlayerConnected(playerid))
        {
            if (PlayerInfo[playerid][pAdmin] < 4)
            {
                SendClientMessage(playerid, COLOR_GRAD1, "   Vocк nгo estб autorizado a usar este comando !");
                return true;
            }
            GetPlayerName(playerid, playername, sizeof(playername));
            if(admtrampando[playerid] == 1 && admhide[playerid] == 1)
            {
                format(string, sizeof(string), "{FFFFFF}[{37E031}Atenзгo{FFFFFF}] Todos os carros foram para seus locais de inicio. By: •BPA•.");
            }
            else
            {
                format(string, sizeof(string), "{FFFFFF}[{37E031}Atenзгo{FFFFFF}] Todos os veнculos foram para seus locais de inicio. By: {FFEA00}%s.", playername);
            }
            SendClientMessageToAll(COLOR_RCARRO,string);
            new bool:unwanted[CAR_AMOUNT];
            for(new player=0; player<MAX_PLAYERS; player++)
            {
                if(IsPlayerConnected(player) && IsPlayerInAnyVehicle(player)) { unwanted[GetPlayerVehicleID(player)]=true; }
            }
            for(new car = 1; car <= CAR_AMOUNT; car++)
            {
                if(!unwanted[car]) SetVehicleToRespawn(car);
            }
        }
        return 0;
    }
Reply


Messages In This Thread
Este Comando Mais Rapido - by giovanehen - 02.02.2014, 21:22
Re : Este Comando Mais Rapido - by ThiagoMK - 02.02.2014, 21:26
Re: Este Comando Mais Rapido - by giovanehen - 02.02.2014, 21:36
Re : Este Comando Mais Rapido - by ThiagoMK - 02.02.2014, 21:42
Re: Este Comando Mais Rapido - by lHesoyaml - 02.02.2014, 21:42
Re: Este Comando Mais Rapido - by kevinho.007 - 02.02.2014, 21:43
Re: Este Comando Mais Rapido - by giovanehen - 02.02.2014, 22:06
Re: Este Comando Mais Rapido - by kevinho.007 - 02.02.2014, 22:30
Re: Este Comando Mais Rapido - by recagonlei - 03.02.2014, 05:29
Re: Este Comando Mais Rapido - by zSuYaNw - 03.02.2014, 06:37

Forum Jump:


Users browsing this thread: 1 Guest(s)