snepel Posted July 2, 2013 Posted July 2, 2013 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!
Castillo Posted July 2, 2013 Posted July 2, 2013 for i,d in pairs(getModelHandling(472)) do setModelHandling(453, i, d) end 'k' was not defined.
snepel Posted July 2, 2013 Author Posted July 2, 2013 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?
snepel Posted July 2, 2013 Author Posted July 2, 2013 yea it is server side now this skript is working!! i have start the server again and it works -.-*!!
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