iiv03 Posted September 20, 2019 Share Posted September 20, 2019 (edited) I have a problem here Nitro never moveing tried to adjust between numbers did not move I hope a solution local actualNitro = getVehicleNitroLevel(veh) or 0; actualNitro = actualNitro > 0 and actualNitro or 0; local nos = 10 for nos = 0, math.floor((actualNitro/750)*10) do dxDrawImage(1210, 642, 64, 64, "Nosbar.png", nos * 360 / 16, 0, 0, tocolor(0,82,204,255), true) end Edited September 20, 2019 by xFabel Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now