Add a FixWheel native as the counterpart of BreakOffVehicleWheel

I requested the BreakOffVehicleWheel native some time ago, and it works quite nicely. However, there is one problem: there is no way to put the wheel back on without repairing the entire vehicle.

Therefore, a native to fix a particular wheel would be extremely beneficial.

6 Likes

Would be awesome, can’t fix a specifix wheel

Not sure why this isn’t a thing already… This would be awesome…

So I figured a way I could do this as a temporary fix is getting the vehicle wheels that are missing off of a vehicle and/or burst. I would set the vehicle as fixed, then set the vehicles missing as broken again, as well as tires burst as burst again.

Only issue… The DoesVehicleTyreExist native always brings back false!

I made a bug post here DoesVehicleTyreExist native broken? (Always returns false)

I have tried to make this suggestion together with another one that mentioned a native to know if a specific wheel is broken, I have managed to detect a broken wheel, but I am afraid that fixing a specific wheel is a little more complicated because currently in the Fix function it executes another function that fixes all the broken parts of the vehicle.