[Ajuda] Ajuda descarregando toda hora
#1

ai galera eu criei um cmd pra profissao (caminhoneiro), mas quando eu pego o caminho eu digito /descarregar e funciona mesmo eu nao tendo usado /carregar e ter ido no local para descarregar, ta aqui o cmd
Код:
if (strcmp("/descarregar", cmdtext, true, 8) == 0)
	{
        if(Profissao[playerid] == Petroleiro)
        if(PetroleiroChecks[playerid] == 2)
        if(IsPlayerInRangeOfPoint(playerid, 10.0, 1825.6751, -1634.5753, 12.9540))
        {
            DisablePlayerCheckpoint(playerid);
            SendClientMessage(playerid,AMARELO,"Voce descarregou a carga com sucesso e ganhou $70!");
            GivePlayerMoney(playerid, 70);
            SetVehicleToRespawn(GetVehicleTrailer(GetPlayerVehicleID(playerid)));
            }
		return 1;
	}
Reply


Messages In This Thread
Ajuda descarregando toda hora - by Bigdk - 20.04.2015, 21:18
Re: Ajuda descarregando toda hora - by #Luca[S]. - 20.04.2015, 21:20
Re: Ajuda descarregando toda hora - by Hardware - 20.04.2015, 21:29
Re: Ajuda descarregando toda hora - by Bigdk - 20.04.2015, 21:32
Re: Ajuda descarregando toda hora - by Hardware - 20.04.2015, 21:42
Re: Ajuda descarregando toda hora - by ipsLuan - 20.04.2015, 22:38
Re: Ajuda descarregando toda hora - by Hardware - 20.04.2015, 23:31

Forum Jump:


Users browsing this thread: 1 Guest(s)