Yeleha Posted March 23, 2021 Share Posted March 23, 2021 (edited) I saw this resource but I can't get the blowoff/antilag ( ALS ) working on my vehicle. [REL] bengines - simple custom vehicle sounds - Resources - Multi Theft Auto: Forums (mtasa.com) I can't find the command to enable the ALS in the scripts. Edited March 23, 2021 by Derbo Link to comment
Danihe Posted March 25, 2021 Share Posted March 25, 2021 In engine_c.lua in row 105 change engine.turbo = upgrades.turbo to this: engine.turbo = true for the ALS go down to row 137 and change data.als = upgrades.als or false to this: data.als = true But now all the cars will get the effect if i am right Link to comment
Yeleha Posted March 25, 2021 Author Share Posted March 25, 2021 I would need it specific to a vehicle after using a command inside of the vehicle. ( Not assigned to the vehicle id but to the exact vehicle I am sitting in ) Link to comment
Yeleha Posted March 25, 2021 Author Share Posted March 25, 2021 I've made it so it implements the turbo and als after a command but the flames don't shoot out of the exhaust, only the sound plays. Link to comment
Yeleha Posted March 30, 2021 Author Share Posted March 30, 2021 Is somebody able to find out why don't the flames work? Link to comment
Yeleha Posted March 30, 2021 Author Share Posted March 30, 2021 Okay, I fixed it now it works just fine. 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