InnocentRP

Integration

This script is highly customizable and compatible with all major frameworks and some of the most popular scripts on the market.

Don't use a mainstream framework or script? That's ok, custom integrations are supported too.

Note

Every setting below defaults to 'auto', which automatically figures out what you're running — you usually don't need to touch any of this at all. Only set it manually if you run something non-standard, or if auto-detection picks the wrong one.

Framework

Please proceed based on the framework you use.

Navigate to inn-laundry/config/config.lua and set Config.Framework to

lua
-- Config.Framework = 'auto'

or

lua
Config.Framework = 'qb'
Note

For custom frameworks please see Custom Framework Integration


Target

Please proceed based on the target script you use.

Navigate to inn-laundry/config/config.lua and set Config.Target to

lua
-- Config.Target = 'auto'

or

lua
Config.Target = 'qbtarget'
Note

Don't want a target dependency at all? Machines, the supplier NPC, the generator, and shell entry/exit each have their own useTarget config toggle — set them to false to use a simple [E]-prompt instead.

Note

For custom target scripts please see Custom Target Integration


Inventory

Please proceed based on the inventory you use.

Navigate to inn-laundry/config/config.lua and set Config.Inventory to

lua
-- Config.Inventory = 'auto'

or

lua
Config.Inventory = 'qb'
Note

For custom inventories please see Custom Inventory Integration


Dispatch

Optional — if neither of these is installed, police raid alerts fall back to this script's own built-in notification to online police, so you can skip this section entirely.

Navigate to inn-laundry/config/config.lua and set Config.Dispatch to

lua
-- Config.Dispatch = 'auto'

or

lua
Config.Dispatch = 'psdispatch'
Warning

ps-dispatch dispatches by a codeName that must exist in its own config.lua, not this script's. Add an entry there — see the comment at the top of bridge/dispatch/psdispatch.lua.

Note

For custom dispatch scripts please see Custom Dispatch Integration


Notify

Independent of Config.Framework — a QBCore server can still prefer ox_lib-styled toasts (or vice versa), so pick whichever matches your server's look.

Navigate to inn-laundry/config/config.lua and set Config.Notify to

lua
Config.Notify = 'ox'
Note

Unlike the other bridges, 'auto' falls back to 'ox' here rather than 'custom' if nothing else is detected — ox_lib is already a hard dependency of this whole resource, so it's always a safe default.

Note

For custom notification scripts please see Custom Notify Integration


Text UI

The on-screen [E] interact prompt shown by the [E]-prompt fallbacks mentioned above (see Target). Independent of Config.Framework, same as Notify.

Navigate to inn-laundry/config/config.lua and set Config.TextUI to

lua
Config.TextUI = 'ox'
Note

No ESX option — ESX has no built-in on-screen prompt system of its own to bridge to (unlike QBCore's DrawText). 'auto' falls back to 'ox' for ESX and anything else undetected, the same as Notify above.

Note

For custom text UI scripts please see Custom Text UI Integration

We use a few essential cookies to keep your basket and sign-in working across the site. Privacy Policy