
Tech sheet
bnSuspension
Standalone air suspension (air ride)
Version 06/2026
Compatible Standaloneox_liboxmysql
Installation
Standalone air ride suspension system for FiveM, with peer-to-peer sync between players via StateBags and Decorators.
- Extract the
bnSuspensionfolder toresources/. - Add to
server.cfg(after the dependencies):
ensure ox_lib
ensure oxmysql
ensure bnSuspension - Restart the server. The
bnsuspension_settingstable is created automatically in the database.
Note
Start order matters:
bnSuspension must start after ox_lib and oxmysql.What’s editable
The script is protected, but keeps flexibility where it matters:
| File | Status | Description |
|---|---|---|
config.lua | Open | Full configuration |
locales/* | Open | Translations |
inventory/* | Open | Item configuration |
web/* | Open | Full UI source code (React) |
client/airride.lua | Locked | Physics and sync logic |
server/main.lua | Locked | Database and validation logic |