.. | ||
exports | ||
links | ||
resource | ||
.gitattributes | ||
config.lua | ||
fxmanifest.lua | ||
README.md |
KQ Link
This resource was made to link resources with frameworks and dependencies. Allow us to integrate any resource into all the frameworks and external resources listed below.
KuzQuality link not only links resources with other resources and frameworks. It also simplifies and adds additional helper functions to make creating of new scripts as easy and quick as possible. It also comes with its custom interaction system which is made to be as flexible as possible. Simply define the coordinates or entity, a callback function and few additional parameters to create a new interaction zone. The zone will automatically work with the selected input system, target, 3d-text or alike
Official docs
Supported resources
Supported frameworks
- esx
- qbox
- qb-core
- ox-core
- vrp
Along the frameworks all scripts using kq_link are able to function on standalone servers due to our mock functions made to always return correct data.
Supported Inventories
- ox_inventory
- ak47_inventory (menan)
- codem-inventory
- core_inventory (c8re)
- ps-inventory
- qs-inventory
- origen_inventory
All framework integrated inventories also are supported. esx_inventory, qb-inventory etc.
Supported Interaction systems (External)
- ox_target
- interact (by darktrovx)
- qtarget
- qb-target
Interaction systems (Internal)
- 3D text
- 3D card
- Keybind hint (top left keybind hint)
These require no additional resources to be installed and are highly customizable through our configuration file
Notification systems
- ox
- codem-notification
- okokNotify
- mythic
- 17mov
All framework integrated notification systems also are supported. esx notifications, qb-notify etc. When no system is selected and no framework system is available, The script will use native GTA V notifications
Dispatch systems
- Codesign - cd-dispatch
- Project Sloth - ps-dispatch
- Quasar - qs-dispatch
- Rcore dispatch
- Custom built-in solution
Pull requests
If you're a developer and wish to improve upon kq_link or add an integration to your own custom framework, inventory, or another kind of resource. Feel free to commit pull requests. We will review them and merge if we deem the changes as valuable. Our goal is to have kq_link have as many integrations as possible.