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
for i,d in pairs(getModelHandling(472)) do 
    setModelHandling(453, i, d) 
end 

'k' was not defined.

San Andreas Utopia RPG (SAUR) Owner & Developer.

560x95_FFFFFF_FF9900_000000_000000.png

Education is the most powerful weapon which you can use to change the world.

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?

Posted

Is it set as server side script?

San Andreas Utopia RPG (SAUR) Owner & Developer.

560x95_FFFFFF_FF9900_000000_000000.png

Education is the most powerful weapon which you can use to change the world.

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