More Smoke


Download : Github
Preview : Video
Tebex : BBV X WORLD


More Smoke enhances your vehicle’s drifting and starting/stopping effects by adding more smoke. You can toggle this feature on and off with a command. Customize the smoke’s size and density, and choose whether the smoke comes from all wheels or just the rear ones.

Config.Settings = {
    SmokeSize = 0.3,
    SmokeDensity = 5,
    BackWheelsOnly = true,
    Command = "moresmoke"
}

/moresmoke on - turns it on 
/moresmoke off - turns it off
12 Likes

good work :grinning:

1 Like

Thank you sir !
Looks nice )

1 Like

very interesting, nice job

1 Like

So simple yet so good

1 Like

Any way that this can be made serverside and a constant effect, Instead of using /moresmoke. It just being able to constantly stay on, even after restarts??

1 Like

the effect constantly stays on, even after restarts. the commands is if you want to turn it off.

if you want the effect to be off on restart and players to turn if on if they want

image

set SmokeON = false

1 Like