[Ajuda]carro que trava (Batida)
#2

pawn Код:
public OnVehicleDamageStatusUpdate(vehicleid,playerid)
{
    new Vida = GetVehicleHealth(vehicleid);
    if(Vida <= 250)
    {
        TogglePlayerControllable(playerid, false);
        GameTextForPlayer(playerid, "~w~Seu veiculo ~r~quebrou", 5000, 5);
    }
    return 1;
}
Reply


Messages In This Thread
[Ajuda]carro que trava (Batida) - by willian Franco - 29.05.2011, 14:29
Re: [Ajuda]carro que trava (Batida) - by Dr_Pawno - 29.05.2011, 22:33
Re: [Ajuda]carro que trava (Batida) - by willian Franco - 31.05.2011, 18:05
Re: [Ajuda]carro que trava (Batida) - by ApolloRJ - 31.05.2011, 18:18
Re: [Ajuda]carro que trava (Batida) - by Shadoww5 - 31.05.2011, 18:22
Re: [Ajuda]carro que trava (Batida) - by The Knight - 31.05.2011, 18:23

Forum Jump:


Users browsing this thread: 2 Guest(s)