Jump to content

Handling set problem


Bober

Recommended Posts

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

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...