Customizations

Quick easy customizable functions


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
  1. Make sure your Config.Jail is 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)
}
  1. Open qb-prison/client/main.lua and find:

    if invokingResource and invokingResource ~= 'qb-policejob' and invokingResource ~= 'qb-ambulancejob' and invokingResource ~= GetCurrentResourceName() then
  1. Replace with:

`    if invokingResource and invokingResource ~= 'wasabi_police' and invokingResource ~= 'qb-ambulancejob' and invokingResource ~= GetCurrentResourceName() then`
  1. Save and restart server

  1. Enjoy

Last updated