natives_universal.lua - Line 26.561 - 26.567
function Global.SetVehicleGravity(vehicle, gravity) --Float
return _in(0x7b2a6dc, vehicle, gravity)
end
function Global.SetVehicleGravity(vehicle, toggle) --Toggle
return _in(0x89F149B6131E57DA, vehicle, toggle)
end
Both use the same Name, so it is just possible to use the first one. No big deal if I call it by the Hash but I wanted to tell you guys about it so you can fix it.