🔧 Config
HapticLib is extremely easy to configure. 99% of it is open source other than private parts needed for LC-Scripts (Only applies to the version distributed by LC-Development, the version on GitHub is fully open source but wont be compatible with most LC-Dev Scripts.
Shared/Config.lua
Config = {}
Config.Debug = true -- Enables Debug Prompts + Third Eye Debugging
Config.Notify = "qb" -- okok/qb/ox/standalone (Standalone will need your own Logic)
Config.Menu = "qb" -- Only Supports QB, if you want to make it take the data the same way and make it work with ox you're more than welcome
Config.Target = "ox" -- qb/ox (Make sure its LowerCase) For god sakes use OX-Target, its so much better
Config.BankingStatementsEnabled = true -- If false lower option is ignored
Config.BankingStatementMethod = "okok" -- Currently Only Supports okokbanking, if you want to add your own set it to standalone and implement it yourself
Config.SocietyBanking = "okok" -- Support okok, qb-banking, qb-management, standaloneitems-jobs.lua
This file will auto add items to qb-core incase you dont want to put them in qb-core/shared/items.lua
This only supports the latest QB-Core Builds
Shops.lua
I made this because a lot of my old scripts that where made dont support the new qb-shops etc. If you set job to nil then anyone can access them (Only supports OX-Target, if you want to use qb-target implement it yourself)
Stash.lua
If like me the latest qb-core build broke a bunch of your escrowed scripts, that have stashes etc such as police jobs etc i made this basic functionality to create job locked stash's
Last updated