[Ajuda/Pedido]2 comandos e 1 erro
#2

Comando /delveh:
pawn Код:
if(strcmp(cmd, "/delveh", true) == 0)
    {
        if(IsPlayerConnected(playerid))
        {
            if(PlayerInfo[playerid][pAdmin] >= 4)
            {
                SendClientMessage(playerid, COLOR_GREY, "Sem Autorizaзгo");
                return 1;
            }
            if(IsPlayerInAnyVehicle(playerid))
            {
                DestroyVehicle(GetPlayerVehicleID(playerid));
                SendClientMessage(playerid, COLOR_GREY, "Veiculo destruido!");
            }
        }
        return 1;
    }
Comanod de Spawncar quando o player esta dentor carro e da Respawn naquele caro.
pawn Код:
if(strcmp(cmd, "/spawncar", true) == 0)
       {
        if(IsPlayerConnected(playerid))
        {
            if(PlayerInfo[playerid][pAdmin] >= 1 )
            {
                SendClientMessage(playerid,0x980000AA, "[ERRO] Vocк nгo estб autorizado a usar este comando!");
                return 1;
            }
            if(IsPlayerInAnyVehicle(playerid))
            {
                GetPlayerName(playerid, sendername, sizeof(sendername));
                SetVehicleToRespawn(GetPlayerVehicleID(playerid));
                RemovePlayerFromVehicle(playerid);
                SendClientMessage(playerid, COLOR_GREY, "Veiculo Spawnado!");
            }
        }
        return 1;
    }
Reply


Messages In This Thread
[Ajuda/Pedido]2 comandos e 1 erro - by ceesar90 - 09.10.2011, 23:56
Re: [Ajuda/Pedido]2 comandos e 1 erro - by MatriXBorn - 10.10.2011, 00:02
Re: [Ajuda/Pedido]2 comandos e 1 erro - by [O.z]Caroline - 10.10.2011, 00:08
Re: [Ajuda/Pedido]2 comandos e 1 erro - by MatriXBorn - 10.10.2011, 00:23
Re: [Ajuda/Pedido]2 comandos e 1 erro - by ViniBorn - 10.10.2011, 00:31
Re: [Ajuda/Pedido]2 comandos e 1 erro - by ceesar90 - 10.10.2011, 00:33
Re: [Ajuda/Pedido]2 comandos e 1 erro - by ViniBorn - 10.10.2011, 00:36
Re: [Ajuda/Pedido]2 comandos e 1 erro - by ceesar90 - 10.10.2011, 00:53
Re: [Ajuda/Pedido]2 comandos e 1 erro - by ViniBorn - 10.10.2011, 01:20
Re: [Ajuda/Pedido]2 comandos e 1 erro - by ceesar90 - 10.10.2011, 01:51

Forum Jump:


Users browsing this thread: 3 Guest(s)