[Ajuda] "Vocк nгo estб carregado"
#1

Pessoal, consigo carregar normal, mas na hora de descarregar a carga fala que minha van nгo estб carregada.
Cуdigo dos comandos de carregar e descarregar abaixo:
pawn Код:
new Carregado[MAX_PLAYERS];

if(strcmp(cmd, "/carregardrogas", true) == 0)
{
    if(Carregado[playerid] == 1){
    SendClientMessage(playerid, Vermelho, "| ERRO | Seu caminhгo jб estб   carregado!");
    return 1;
    }
        if(PlayerInfo[ playerid ][ pProfissao ] == TransportadorD)
        {
            if(PlayerToPoint(10.0,playerid, -1111.1710,-1621.6356,76.3739))
            {
                if(GetVehicleModel(GetPlayerVehicleID(playerid)) == 482) //Vк se o Player estб na van
                {
                    Carregado[playerid] = 1;
                    SendClientMessage(playerid, C_Transportadord, "| DROGAS | Sua van foi carregada com drogas para o Beco de Los Santos");
                    SendClientMessage(playerid, C_Transportadord, "| DROGAS | Siga o checkpoint marcado em seu radar para descarregar!");
                    SetPlayerWantedLevel(playerid, 1);
                    SetPlayerRaceCheckpoint(playerid, 2,2355.9438,-653.3901,128.0547, 0, 0, 0, 3.10);
                }
            }
            else
            {
                SendClientMessage(playerid, Vermelho, "| ERRO | Vocк nгo estб na Бrea de carregamento!");
            }
        }
        else
        {
            SendClientMessage(playerid, Vermelho, "| ERRO | Vocк nгo tem permissгo!");
        }
        return 1;
}

if(strcmp(cmd, "/descarregardrogas", true) == 0)
{
   if(Carregado[playerid] == 0){
   SendClientMessage(playerid, Vermelho, "| ERRO | Sua van nгo estб carregada!");
   return 1;
   }
        if(PlayerInfo[ playerid ][ pProfissao ] == TransportadorD)
        {
            if(PlayerToPoint(10.0,playerid,2355.9438,-653.3901,128.0547)) //Descarrega se o player tiver nas cordenadas de descarregar
            {
                if(GetVehicleModel(GetPlayerVehicleID(playerid)) == 482) //Vк se o Player estб na van
                {
                    Carregado[playerid] = 0;
                    DisablePlayerRaceCheckpoint(playerid);
                    SendClientMessage(playerid, C_Transportadord, "| DROGAS | Sua van foi carregada com sucesso e vocк ganhou 1350 reais!");
                    GivePlayerGrana(playerid, 1350);
                }
            }
            else
            {
                SendClientMessage(playerid, Vermelho, "| ERRO | Vocк nгo estб na Бrea de descarregamento!");
            }
        }
        else
        {
            SendClientMessage(playerid, Vermelho, "| ERRO | Vocк nгo tem permissгo!");
        }
        return 1;
}
Alguйm sabe me ajudar? :/
Reply


Messages In This Thread
"Vocк nгo estб carregado" - by LeonardoMD - 23.06.2018, 22:44
Re: "Vocк nгo estб carregado" - by DelK - 23.06.2018, 22:54
Re: "Vocк nгo estб carregado" - by LeonardoMD - 24.06.2018, 19:41
Re: "Vocк nгo estб carregado" - by NelsonC - 24.06.2018, 20:51
Re: "Vocк nгo estб carregado" - by LeonardoMD - 24.06.2018, 21:11
Re: "Vocк nгo estб carregado" - by LeonardoMD - 24.06.2018, 21:34
Re: "Vocк nгo estб carregado" - by AutoMatic2 - 24.06.2018, 22:30
Re: "Vocк nгo estб carregado" - by LeonardoMD - 25.06.2018, 13:30
Re: "Vocк nгo estб carregado" - by FerrariL - 25.06.2018, 13:49
Re: "Vocк nгo estб carregado" - by LeonardoMD - 25.06.2018, 19:51

Forum Jump:


Users browsing this thread: 1 Guest(s)