15.09.2013, 22:00
Hello ,i just wanted to ask if there is anyway to set the vehicles health so i can set the PD Factions health from 1000 to any other value ,i saw a lot of other server doing it ,so if you know how ,post it please
SetVehicleHealth(vehicleid, Float:health);
LSPDCar[0] = CreateVehicle(relevant data);
SetVehicleHealth(LSPDCar[0], 10000);
LSPDVehicles[0] = AddStaticVehicleEx(596,1602.0660,-1683.9678,5.6124,90.3080,0,1, VEHICLE_RESPAWN);
LSPDVehicles[0] = CreateVehicle(596, 1602.0660, -1683.9678, 5.6124, 90.3080, 0, 1, VEHICLE_RESPAWN);
SetVehicleHealth(LSPDVehicles[0], 10000);