This is a compatibility resource that enables npwd to function properly with qbx_core. Please ensure that you have the latest release of npwd and qbx_core installed
- Download this repository and place it in the
resources
directory - Run the
patch.sql
to patch the database for npwd - Add
ensure qbx_npwd
to yourserver.cfg
(Start this resource afterqbx_core
andox_inventory
and beforenpwd
have been started)
- Double clicking any phone items in the inventory will open the phone. If you want to be able to drag and drop phone items over the Use button in the inventory, you must navigate to
qbx_core/shared/items.lua
, find your phone item, and changeusable
totrue
andshouldClose
totrue
.