Jump to content

help nos not moving :/


iiv03

Recommended Posts

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 by xFabel
Link to comment

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...