[Ajuda]Prof. de Caminhoneiro
#1

Pessoal , eu queria sabe um sistema se o caminhoneiro nгo estiver com a carga atrбs do caminhгo, ele nгo consegue levar a mercadoria.
Tipo : Eu entro num caminhгo sem carga , ai ele fala "Vocк nгo estб com a carga" , e se o caminhoneiro pegar a carga (encaixar) dб pra ele levar a carga.

Um exemplo de comando jб feito sу que sem esse sistema :

pawn Код:
if(strcmp(cmd, "/mercadorials", true) == 0)
    {
    new newcar = GetPlayerVehicleID(playerid);
      if(IsPlayerConnected(playerid))
        {
        if(PlayerInfo[playerid][pEmprego] == 16)
            {
              if(PlayerOnMission[playerid] > 0)
              {
                SendClientMessage(playerid, COLOR_GREY, "Vocк ja estб levando uma carga, complete ela 1є!");
                return 1;
              }
              //new string[256];
            GetPlayerName(playerid, sendername, sizeof(sendername));
                format(string, sizeof(string), "* %s Estб fazendo a linha de caminhoneiro para Los Santos!.", sendername);
                DetectorProx(20.0,playerid,string,ROXO);
            if(IsACaminhoneiroCar(newcar))
            {
              GameTextForPlayer(playerid, "~r~Para entragar a mercadoria va ate o Check Point", 5000, 1);
              CP[playerid] = 25;
              SetPlayerCheckpoint(playerid, 2454.4922,-2586.7283,13.6558,8.0);
            }
            else
            {
              SendClientMessage(playerid, COLOR_GREY, "Vocк nгo estб em 1 caminhгo!");
            }
            }
            else
            {
                SendClientMessage(playerid, COLOR_GREY, "Vocк nгo й um caminhoneiro!");
            }
        }
        return 1;
    }
Tem como ajudar ?
Reply


Messages In This Thread
[Ajuda]Prof. de Caminhoneiro - by Flavinho153 - 23.06.2010, 22:09
Re: [Ajuda]Prof. de Caminhoneiro - by Flavinho153 - 24.06.2010, 12:12
Re: [Ajuda]Prof. de Caminhoneiro - by ipsBruno - 24.06.2010, 14:01
Re: [Ajuda]Prof. de Caminhoneiro - by Flavinho153 - 24.06.2010, 16:06
Re: [Ajuda]Prof. de Caminhoneiro - by Flavinho153 - 05.07.2010, 22:09
Re: [Ajuda]Prof. de Caminhoneiro - by [NWD]Tweener_ - 05.07.2010, 22:27
Re: [Ajuda]Prof. de Caminhoneiro - by Flavinho153 - 05.07.2010, 22:28
Re: [Ajuda]Prof. de Caminhoneiro - by ipsBruno - 05.07.2010, 22:40
Re: [Ajuda]Prof. de Caminhoneiro - by Flavinho153 - 05.07.2010, 22:51
Re: [Ajuda]Prof. de Caminhoneiro - by Flavinho153 - 06.07.2010, 15:41

Forum Jump:


Users browsing this thread: 3 Guest(s)