[Ajuda] Comando de profissao
#2

pawn Код:
if (strcmp(cmd, "/carregarp", true) == 0)
{
    new VehicleID;
    VehicleID = GetPlayerVehicleID(playerid);
    new modelo;
    modelo = GetVehicleModel(VehicleID);
    if (modelo == 514 || 584) {
            if (PlayerToPoint(30.0, playerid, 213.689453, 1409.774169, 10.585937))
            {
                if (Carregamento[playerid] == 0)
                {
                    SendClientMessage(playerid, PETROLEIRO, "| PETROLEIRA FORT CARSON | Veнculo carregado com sucesso!");
                    SendClientMessage(playerid, PETROLEIRO, "| PETROLEIRA FORT CARSON | Para descarregб-lo, vб atй ao postos espalhados por San Andreas.");
                    SendClientMessage(playerid, PETROLEIRO, "| PETROLEIRA FORT CARSON | Cada Posto tem um valor diferente.");
                    Carregamento[playerid] = 1;
                    return 1;
                }
                else
                {
                    SendClientMessage(playerid, Vermelho, "| ERRO | Seu caminhгo jб estб carregado!");
                    return 1;
                }
            }
            else
            {
                SendClientMessage(playerid, Vermelho, "| ERRO | Vocк nгo estб na Бrea de Carregamento");
                return 1;
            }
        }
        else
        {
            SendClientMessage(playerid, Vermelho, "| ERRO | Vocк nгo estб em um veнculo ( Tanker )");
            return 1;
        }
    }
Reply


Messages In This Thread
Comando de profissao - by Chazika - 18.07.2013, 23:12
Re: Comando de profissao - by Standby - 18.07.2013, 23:29
Re: Comando de profissao - by Coe1 - 18.07.2013, 23:34
Re: Comando de profissao - by Chazika - 18.07.2013, 23:57
Re: Comando de profissao - by Chazika - 19.07.2013, 00:03
Re: Comando de profissao - by Chazika - 19.07.2013, 14:12
Re: Comando de profissao - by Standby - 19.07.2013, 14:17
Re: Comando de profissao - by Chazika - 19.07.2013, 17:52

Forum Jump:


Users browsing this thread: 2 Guest(s)