bnSuspension

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.

Dependencies

Before installing, make sure ox_lib and oxmysql are on the latest version.
  1. Extract the bnSuspension folder to resources/.
  2. Add to server.cfg (after the dependencies):
ensure ox_lib
ensure oxmysql
ensure bnSuspension
  1. Restart the server. The bnsuspension_settings table 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:

FileStatusDescription
config.luaOpenFull configuration
locales/*OpenTranslations
inventory/*OpenItem configuration
web/*OpenFull UI source code (React)
client/airride.luaLockedPhysics and sync logic
server/main.luaLockedDatabase and validation logic