Posts: 1,409
Threads: 376
Joined: Apr 2012
Reputation:
0
Hello, how to make that an Vehicle have infinitely Health?
Posts: 1,765
Threads: 1
Joined: Aug 2011
Reputation:
0
SetVehicleHealth(vehicleid, 9999999);
Or use OnVehicleDamageStatusUpdate, there place code to RepairVehicle(vehicleid); this will repair the car if it hits something including bodywork. However sometimes it called too late and the player ies anyway
Posts: 1,409
Threads: 376
Joined: Apr 2012
Reputation:
0
And you cant make it otherwise, or with an other method or so?
Posts: 478
Threads: 4
Joined: Jul 2010
Reputation:
0
Do you want to make every vehicle to have infinite health or only specific vehicles, such as vehicles for players?
Posts: 1,409
Threads: 376
Joined: Apr 2012
Reputation:
0
Just say me if there is a method to give an vehicle infinite health.