Tonnzza Posted November 15, 2014 Share Posted November 15, 2014 How i change car sound mods in mta or it is possible? I am new in scripting. Link to comment
WASSIm. Posted November 15, 2014 Share Posted November 15, 2014 its not easy and need many functions Link to comment
Bilal135 Posted November 15, 2014 Share Posted November 15, 2014 (edited) Message Removed! Edited November 15, 2014 by Guest Link to comment
Anubhav Posted November 15, 2014 Share Posted November 15, 2014 It's possible. Use onCilentWeaponFire event and playSound function for this. Something like this: function onWeaponFire(weapon) local pos = getElementPosition(source) if weapon == 22 then local sound = playSound ("sounds/Colt45.wav", pos) setSoundMaxDistance(sound, 75) end end addEventHandler ("onClientPlayerWeaponFire", getRootElement(), onWeaponFire) This will replace the default colt-45 sound with the new colt-45 sound present in the 'sounds' folder. Lol. He told car sound. Better read! Link to comment
Bilal135 Posted November 15, 2014 Share Posted November 15, 2014 Ooops, I thought that he wrote "Weapon Sounds"... Link to comment
Tonnzza Posted November 15, 2014 Author Share Posted November 15, 2014 It is impossible? Link to comment
Anubhav Posted November 15, 2014 Share Posted November 15, 2014 It is impossible? Possible. Pay me I do it. Link to comment
Tonnzza Posted November 15, 2014 Author Share Posted November 15, 2014 Not now i don't have money just now. Link to comment
Tonnzza Posted November 15, 2014 Author Share Posted November 15, 2014 Anubhav can you do it without paying? Link to comment
Anubhav Posted November 15, 2014 Share Posted November 15, 2014 Anubhav can you do it without paying? Sure, add me on skype. anubhav.agarwal80 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