15.09.2013, 22:17
Use this function.
So for example; if you have something like this under OnGameModeInit().
You can set that vehicle's health to 10000 if you do this;
pawn Код:
SetVehicleHealth(vehicleid, Float:health);
pawn Код:
LSPDCar[0] = CreateVehicle(relevant data);
pawn Код:
SetVehicleHealth(LSPDCar[0], 10000);

