H5N1 Posted April 16, 2011 Share Posted April 16, 2011 Hello guys. I'm making loop's generator (dd maps) and i have problem with math.cos. My windows calculator returns from cos 45 result 0.707. But mta returns 0.5... I cant make my script for this reason. Please help. Link to comment
DakiLLa Posted April 16, 2011 Share Posted April 16, 2011 Convert degrees to radians: math.cos( math.rad( 45 ) ) 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