Just a simple yet fun script to enable a bounce mode on vehicles similar to the Mercedes bounce setting.
Can toggle if only players vehicle should bounce or if vehicles in range.
Can specify vehicle types to allow bounce mode if you like, default all types are active.
To remain standalone this works with a simple RegisterCommand, this could be easily adapted to work with a item setup however I will not be doing this.
Enjoy
Support
This is provided WITHOUT support.
Please do not join BOII | Development channels requesting support, your ticket will be closed.
Scripts posted on my personal account are just smaller things that do not warrant a full resource over a BOII | Development, due to the workload there I simply do not have the time to provide additional support for random small scripts.
BOII | Development
For more indepth free and paid resources you cant take a look at some of my other work here:
The exactly one I used is " Jordan Burns - Weekend (slowed)" from “HoodedDriver” There’s a lot of versions out there haha, but the one in the video is that one above.
And just if anyone wants to use this goat resource with emergency vehicles like I did, just open the “client.lua” and modify the “local allowed_vehicle_types” at the start, and add “14, 16, 18”
It will be like that: local allowed_vehicle_types = {0, 1, 2, 3, 4, 5, 6, 7, 14, 16, 18}
Ahh I wouldn’t say genius just a guys who likes to make some dumb stuff
I did this a while ago and posted it into the boii dev discord but it wasn’t synced with players then so just thought id do that clean it up a little and give people something random to play with.
I have all of the functions within here to make “standalone” items usable and adding / removing from invents etc. Currently only covers boii, qb, ox, and esx_legacy though, can always add more if use something different
All the heavy lifting has been done for you in there though
I wont say it wasn’t a little annoying making micro adjustments to make the “bounce” look smooth but got there in the end.
Am currently elbow deep in updating all current boii development resources into multiframework compatible, and building our own framework so time is a little limited.
Soon as I have more free time ill get back to making some more dumb random free standalone things <3
When i first did it was seeing the mercedes reel alot… it got me curious…
After that its just timing to make sure the SetVehicleSuspensionHeight doesnt look all janky and jerky… it took a bit of tuning but it came out pretty well eventually