Imposter Posted June 20, 2013 Posted June 20, 2013 Hey guys, I just wanted to ask a small question. What is the key name for the component NITRO, I couldn't find it myself, any ideas? Eat My Dust - DM/Deathmatch
PaiN^ Posted June 20, 2013 Posted June 20, 2013 Is this what you want ? Vehicle_Upgrades " Keep Thinking Different . " - Steve Jops -------------------- Don't send me PMs asking for help, I Won't reply !
iMr.3a[Z]eF Posted June 20, 2013 Posted June 20, 2013 addVehicleUpgrade ( theVehicle, id ) * theVehicle = the vehicle that you want to add nitro * id = the id of the vehicle upgrade and i found the nitro ids 1008 or 1009 or 1010 To Visit Us Press Here: mtasa://5.9.206.180:22002
Castillo Posted June 20, 2013 Posted June 20, 2013 Is not what he's talking about as far as I know, he's talking about component. San Andreas Utopia RPG (SAUR) Owner & Developer. Education is the most powerful weapon which you can use to change the world.
Imposter Posted June 20, 2013 Author Posted June 20, 2013 Is not what he's talking about as far as I know, he's talking about component. Yeah, such as there the Nitro model is placed, there has to be a name for the component key. Eat My Dust - DM/Deathmatch
Castillo Posted June 20, 2013 Posted June 20, 2013 Try these: "nto_b_l" "nto_b_s" "nto_b_tw" San Andreas Utopia RPG (SAUR) Owner & Developer. Education is the most powerful weapon which you can use to change the world.
50p Posted June 21, 2013 Posted June 21, 2013 According to this http://www.gtaforums.com/index.php?showtopic=158088 nitro component is named "ug_nitro". You can always try to use getVehicleComponents and output all the components to see yourself. As far as I remember, vehicle components need to have a mesh attached to the dummy/component and ug_nitro dummy doesn't have any children/meshes attached to it, so getVehicleComponents may not return that. It may also only return 1 of the wheel dummies because only 1 wheel model is attached to the wheel dummy of the vehicle. - MTA Script Editor - Ask your scripting questions properly, please. - 50p's public resources - Meta.xml - what is it for? How is it possible LOL
Imposter Posted June 21, 2013 Author Posted June 21, 2013 Oh, I will look at this now. Eat My Dust - DM/Deathmatch
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