Help please with auto heal.
#2

pawn Код:
public OnVehicleDamageStatusUpdate(vehicleid, playerid)
{
    new veh = GetPlayerVehicleID(playerid);
    SetVehicleHealth(veh,1000);
    RepairVehicle(veh);
    return 1;
}
Just copy this and paste it at the bottom of your script.
Reply


Messages In This Thread
Help please with auto heal. - by [A]ndrei - 20.06.2012, 20:33
Re: Help please with auto heal. - by newbienoob - 20.06.2012, 20:35
Re: Help please with auto heal. - by [A]ndrei - 20.06.2012, 20:39
Respuesta: Help please with auto heal. - by Chris1337 - 20.06.2012, 20:47
Re: Help please with auto heal. - by [A]ndrei - 20.06.2012, 20:59
Respuesta: Help please with auto heal. - by Chris1337 - 20.06.2012, 21:27
Re: Help please with auto heal. - by [A]ndrei - 20.06.2012, 21:29
Re: Help please with auto heal. - by leonardo1434 - 20.06.2012, 21:31
Re: Help please with auto heal. - by [A]ndrei - 20.06.2012, 21:41
Re: Help please with auto heal. - by [MM]RoXoR[FS] - 29.06.2012, 04:25

Forum Jump:


Users browsing this thread: 1 Guest(s)