Wei Posted June 21, 2012 Share Posted June 21, 2012 hi. how can I make that it will put 900 instead of 900.32123. This is for getElementHealth Link to comment
Kenix Posted June 21, 2012 Share Posted June 21, 2012 math.floor math.ceil print( math.floor( 0.5 ) ) -- 0 print( math.ceil( 0.5 ) ) -- 1 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