[PEDIDO] Bom Gente,
#2

Vocк quer que quando o veiculo bata em algum lugar ele jб receba vida й ?

@EDIT

Se for isto o codigo й esse:

pawn Код:
forward GodCar();

public GodCar()
{
    for(new i = 0; i < MAX_PLAYERS; i++)
    {
        new car = GetPlayerVehicleID(i);
        new Float:saude;
        GetVehicleHealth(car, saude);
        if(saude < 1000)
        {
            SetVehicleHealth(car, 1000);
        }
    }
    return 1;
}

public OnGameModeInit()
{
    SetTimer("GodCar", 500, true);
    return 1;
}
Reply


Messages In This Thread
[PEDIDO] Bom Gente, - by ReDKiiL - 30.04.2011, 04:05
Re: [PEDIDO] Bom Gente, - by Shadoww5 - 30.04.2011, 04:08
Re: [PEDIDO] Bom Gente, - by diretor7 - 30.04.2011, 07:50
Re: [PEDIDO] Bom Gente, - by Shadoww5 - 30.04.2011, 10:35
Re: [PEDIDO] Bom Gente, - by Josma_cmd - 30.04.2011, 11:43
Re: [PEDIDO] Bom Gente, - by Shadoww5 - 30.04.2011, 11:47
Re: [PEDIDO] Bom Gente, - by Josma_cmd - 30.04.2011, 11:52
Re: [PEDIDO] Bom Gente, - by Shadoww5 - 30.04.2011, 12:01
Re: [PEDIDO] Bom Gente, - by steki. - 30.04.2011, 12:26

Forum Jump:


Users browsing this thread: 3 Guest(s)