26.12.2011, 08:43
Doesn't work, I checked it..
Would do the same though. Just add it in your gamemode.. It won't work for bikes though, afaik
pawn Код:
public OnVehicleDamageStatusUpdate(vehicleid, playerid)
{
RepairVehicle(vehicleid);
return 1;
}
