Customizations
These are quick easy ways to implement your favorite scripts with
wasabi_police.
Notifications / Car Keys / Target
These can be changed in the wasabi_bridge resource!
qb-prison integration
- Make sure your
Config.Jailis enabled and configured to'qb'like so:
Config.Jail = {
enabled = true, -- Enable jail feature?
input = true, -- Enable input? Some needs it
jail = 'qb', -- Current options: 'qb' (For qb-prison) / 'rcore' (For rcore-prison) / 'tk_jail' (For tk_jail) / 'hd_jail' (For hd_jail) / 'myPrison' (For myPrison) / 'qalle-jail' (For qalle-jail) / 'plouffe ' (For Plouffe Jail) / 'mx' (For mxJail) / 'custom' (For custom)
}
- Open
qb-prison/client/main.luaand find:
if invokingResource and invokingResource ~= 'qb-policejob' and invokingResource ~= 'qb-ambulancejob' and invokingResource ~= GetCurrentResourceName() then
- Replace with:
` if invokingResource and invokingResource ~= 'wasabi_police' and invokingResource ~= 'qb-ambulancejob' and invokingResource ~= GetCurrentResourceName() then`
- Save and restart server
- Enjoy