Jump to content

change the vehicle ID


snepel

Recommended Posts

Posted

Hi,

can i change the vehicle ID from 453 to 472?

i mean that vehicle 453 have the model and handling from 472.

thats my try to take the handling, but it dont work :(

for i,d in pairs(getModelHandling(472)) do 
    setModelHandling(453, k, d) 
end 

you have other ideas?

thx for reading!

Posted

oh yes

now i have fix it but it dont work again :/

    for i,d in pairs(getModelHandling(472)) do 
        setModelHandling(453, i, d) 
    end 

any one have other idea?

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