roaddog Posted July 18, 2014 Posted July 18, 2014 Hello, how to remove decimals from the result? x, y, z = getElementPosition(localPlayer) wang = getDistanceBetweenPoints3D(x,y,z, -2017, 302, 34) my math sucks D: Thank you You gone learn today. I work my ass off, but I still can't pay tho.
MIKI785 Posted July 18, 2014 Posted July 18, 2014 Using math.ceil will do. x, y, z = getElementPosition(localPlayer) wang = getDistanceBetweenPoints3D(math.ceil(x), math.ceil(y), math.ceil(z), -2017, 302, 34) Or simply just math.ceil(wang). Lua Scripter Owner of mshost.cz MTA portal.
Et-win Posted July 18, 2014 Posted July 18, 2014 Or math.floor (For largest, math.ceil for smallest) ~Scripts~ Clan War System V1.2.0 ~Maps~ [DM]Et-win - The Run [FUN]Et-win - Drift Rocket [FUN]Et-win - Drift Rocket // [DD]Et-win - Cross 3xC
roaddog Posted July 18, 2014 Author Posted July 18, 2014 Alright, Thank you guys You gone learn today. I work my ass off, but I still can't pay tho.
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