Bober Posted January 20, 2011 Share Posted January 20, 2011 I have problem with set handling in mta 1.1 local handling = createHandling() local set = addDefaultHandling(411, handling) local max = handlingSetEngineAcceleration(handling, 50000) local min = handlingSetMaxVelocity(handling,6000) if max and min and set then outputChatBox("Handling set. Now max speed = "..handlingGetMaxVelocity (handling)) end no errors but handling no set Link to comment
Castillo Posted January 20, 2011 Share Posted January 20, 2011 are the handling functions already working? o_o Link to comment
Bober Posted January 20, 2011 Author Share Posted January 20, 2011 https://wiki.multitheftauto.com/index.ph ... 0&offset=0 Link to comment
Arran Posted January 20, 2011 Share Posted January 20, 2011 Correct me if I'm wrong but the 1.1 nightlies don't have handling, you'd have to compile the handling branch to get them. Link to comment
Castillo Posted January 20, 2011 Share Posted January 20, 2011 Thats what i meant Arran, if i'm right the handling functions aren't in 1.1 yet o_O 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