10.03.2017, 15:09
why so much things ?
simply do this,
simply do this,
PHP код:
public OnVehicleDamageStatusUpdate(vehicleid, playerid)
{
if(Autorepair[playerid])
{
SetVehicleHealth(vehicleid, 1000);
RepairVehicle(vehicleid);
}
return 1;
}