[Ajuda] Carregamento
#2

pawn Код:
if(strcmp(cmd,"/entregarcarga",true) == 0)
    {
   
        if( !IsPlayerInPlace( playerid, 1704.3691, 2332.8310, 10.5472 ))
        {
            SendClientMessage( playerid, Vermelho, "[ x ] Vocк nгo estб na area de carregamento !" );
            return 1;
        }
        else if(CargaCaminhao[playerid] == 0)
        {
            SendClientMessage(playerid,Vermelho,"[ERRO] Seu veнculo nгo estб com a carga!");
            return 1;
        }
        else if(AreaEntrega[playerid] == 1)
        {
            SendClientMessage(playerid,COLOR_GREEN,"(INFO) Sua carga foi entregada e vocк ganhou R$: 1.500,00 reais.");
            GivePlayerGrana(playerid,1500);
            CargaCaminhao[playerid] = 1;
            return 1;
        } else {
            SendClientMessage(playerid, "Vermelho", "[ERRO] Vocк nгo estб na area de entrega de carga de caminhгo.");
            return 1;
        }
    }
Tente assiim !
Reply


Messages In This Thread
Carregamento - by ZaturN - 30.12.2013, 11:07
Re: Carregamento - by cantiliano - 30.12.2013, 11:37
Re: Carregamento - by ZaturN - 30.12.2013, 11:41
Re: Carregamento - by cantiliano - 30.12.2013, 11:42
Re: Carregamento - by ZaturN - 30.12.2013, 11:49
Re: Carregamento - by cantiliano - 30.12.2013, 11:50
Re: Carregamento - by ZaturN - 30.12.2013, 11:55

Forum Jump:


Users browsing this thread: 1 Guest(s)