Hiya, I have a plugin that stops decay of the Minicopter if it has fuel in the tank using:
(entity as MiniCopter).GetFuelSystem().HasFuel()
And the Rowboat using:
(entity as MotorRowboat).GetFuelSystem().HasFuel()
What would be the equivalent code for the Scrap Helicopter, Submarines and the RHIB?
Any help with this appreciated.