[AJUDA] Random (Tag Mismatch)
#10

Quote:
Originally Posted by Guilherme P.
Посмотреть сообщение
@rjjj

Nгo funcionou cara... =/
O carro explode, jб tentei mudar o valou de 100 para 500, mas continua sem dar certo.

Bem, fiz alguns testes e a resistкncia do veнculo atinge seu limite quando a vida do mesmo estб menor que 400 .



Mas ao chegar nesse limite, o jogador fica paralisado fora do veнculo apуs tentar entrar no mesmo, como vocк disse que queria :


Quote:
Originally Posted by Guilherme P.
Посмотреть сообщение
Quando aperta "F" para entrar no carro ele congela, mas era pra acontecer isso sу se o carro tivesse 100 ou menos de vida

Caso vocк esteja querendo que o veнculo que fique paralisado apуs chegar ao seu limite coloque :


pawn Код:
//Na public OnPlayerStateChange:

if(newstate == PLAYER_STATE_DRIVER)
    {
        new Parte[7];
        new ID_Veiculo = GetPlayerVehicleID(playerid);
        new Float:Saude;
        GetVehicleHealth(ID_Veiculo, Saude);
        GetVehicleParamsEx(ID_Veiculo, Parte[0], Parte[1], Parte[2], Parte[3], Parte[4], Parte[5], Parte[6]);
        if(Saude < 400)
        {
            SetVehicleParamsEx(ID_Veiculo, false, Parte[1], Parte[2], Parte[3], Parte[4], Parte[5], Parte[6]);
            SendClientMessage(playerid, 0x33CCFFAA, "Veнculo quebrado.");
        }
        else
        {
            SetVehicleParamsEx(ID_Veiculo, true, Parte[1], Parte[2], Parte[3], Parte[4], Parte[5], Parte[6]);
        }
    }

Se nгo for isso, especifique o que vocк quer o cуdigo faзa no jogo .



Espero ter ajudado .
Reply


Messages In This Thread
[AJUDA] Funзгo nгo esta funcionando direito. - by Guilherme P. - 22.12.2011, 16:22
Re: [AJUDA] Random (Tag Mismatch) - by Hardware - 22.12.2011, 16:28
Re: [AJUDA] Random (Tag Mismatch) - by Guilherme P. - 22.12.2011, 16:40
Re: [AJUDA] Random (Tag Mismatch) - by Hardware - 22.12.2011, 16:42
Re: [AJUDA] Random (Tag Mismatch) - by Guilherme P. - 23.12.2011, 15:45
Re: [AJUDA] Random (Tag Mismatch) - by Cristhian - 23.12.2011, 15:58
Re: [AJUDA] Random (Tag Mismatch) - by Guilherme P. - 23.12.2011, 16:04
Re: [AJUDA] Random (Tag Mismatch) - by rjjj - 23.12.2011, 16:10
Re: [AJUDA] Random (Tag Mismatch) - by Guilherme P. - 23.12.2011, 16:46
Re: [AJUDA] Random (Tag Mismatch) - by rjjj - 23.12.2011, 17:24

Forum Jump:


Users browsing this thread: 1 Guest(s)