[Ajuda] Carregamento
#4

Quote:
Originally Posted by ZaturN
Посмотреть сообщение
Deu 26 Erros
pere vou ver o que fiz de errado e bota os erros acho q n fechei chave ^^!

@EDIT As chaves estava normal veja assim

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;
        }
        if(CargaCaminhao[playerid] == 0)
        {
            SendClientMessage(playerid,Vermelho,"[ERRO] Seu veнculo nгo estб com a carga!");
            return 1;
        }
        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;
        }
    }
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)