likemike12 Posted April 23, 2016 Share Posted April 23, 2016 hey there is there is a commands or script how to add x-flow spoiler (sultan vehicle) on infernus vehicle Link to comment
Xwad Posted April 23, 2016 Share Posted April 23, 2016 https://wiki.multitheftauto.com/wiki/AddVehicleUpgrade Link to comment
Captain Cody Posted April 23, 2016 Share Posted April 23, 2016 You would need to use attach object with set cords and what not. Here's something I did that demonstrates that exact method. local id = 1 -- Input it here local vehicle = -- Define the vehicle here. local x,y,z = 0,0,0 -- Change to offsets that suits you best local object = createObject ( id , 0, 0,0) attachElements ( object , vehicle, x,y,z ) Xwad addvehicle upgrade wont work in this case. Link to comment
Xwad Posted April 24, 2016 Share Posted April 24, 2016 Ohh okay. Btw the spoilers object id is : 1000 Link to comment
Anubhav Posted April 24, 2016 Share Posted April 24, 2016 addVehicleUpgrade( car, 1050 ) Why wouldn't it work? Link to comment
Captain Cody Posted April 24, 2016 Share Posted April 24, 2016 Because, not all vehicles have the spoiler location defined. 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