[Ajuda] Bateu o carro Tem que ser socorrido.
#5

O incidente persiste ainda, eu bato o carro, vem alguйm curar, quando eu entro no carro volta para o /morrer, quando й socorrido pela 2 vez, entro no carro normalmente.


CODE:

pawn Код:
public OnVehicleDamageStatusUpdate(vehicleid, playerid)
{
    new Float:vida,veiculo;
    new Float:X, Float:Y, Float:Z, Float:A;
    veiculo = GetPlayerVehicleID(playerid);
    GetVehicleHealth(veiculo,vida);
    if(vida <970)
    {
    RepairVehicle(vehicleid);
    GetPlayerPos(playerid, X, Y, Z);
    SetPlayerPos(playerid,X+0,Y+4,Z+0);
    GetPlayerFacingAngle(playerid, A);
    SetPVarInt(playerid, "Proib", 1);
    ApplyAnimation(playerid,"PED","KO_skid_front",4.1,0,1,1,1,0);
    SetPlayerArmour(playerid,0);
    SetPlayerHealth(playerid,20);
    TogglePlayerControllable(playerid, 0);
    }
    return 1;
}
Reply


Messages In This Thread
Bateu o carro Tem que ser socorrido. - by davi54723 - 14.02.2013, 02:01
Re: Bateu o carro Tem que ser socorrido. - by XStylerX - 14.02.2013, 09:59
Re: Bateu o carro Tem que ser socorrido. - by DouglasRodrigues - 14.02.2013, 13:23
Re: Bateu o carro Tem que ser socorrido. - by davi54723 - 14.02.2013, 20:09
Re: Bateu o carro Tem que ser socorrido. - by davi54723 - 14.02.2013, 22:29
Re: Bateu o carro Tem que ser socorrido. - by davi54723 - 15.02.2013, 00:13
Re: Bateu o carro Tem que ser socorrido. - by MatheusAlcapone - 15.02.2013, 00:24
Re: Bateu o carro Tem que ser socorrido. - by davi54723 - 15.02.2013, 05:33
Re: Bateu o carro Tem que ser socorrido. - by leonardo1434 - 15.02.2013, 05:56
Re: Bateu o carro Tem que ser socorrido. - by davi54723 - 15.02.2013, 07:13

Forum Jump:


Users browsing this thread: 1 Guest(s)