Latest
Version 1.10.0
Highlights
- Banking system refactored into dedicated per-banking adapter files (
crm,qs,okok,bablo,fd,rx,tgg,kartik,esx,qb,qbox), replacing inline framework code. - Added
Config.bankingselector withautodetection (matches the existinginventory,fuel, andvehiclekeyspattern). - Added
Config.defaultCallbackTimeoutto control the timeout for client-triggered callbacks. - Added metadata propagation for
jaksam_inventoryAddItem/RemoveItemcalls.
Notable Changes
- Fixed weapon transfer handling across QBCore and Qbox frameworks.
Other Changes
- No additional changes.
- Download sky_base from the CFX Portal.
- Create a backup.
- Replace the
/sourcefolder. - Replace the
/config/frameworkfolder. - Replace the
/config/inventoryfolder. - Add the new
/config/bankingfolder. - In
config/config.lua, add the new options:
Config.banking = "auto" -- auto, crm, qs, okok, bablo, fd, rx, tgg, kartik, esx, qb, qbox - can be customized in config/banking
Config.defaultCallbackTimeout = 5000 -- default timeout for client-triggered callbacks in ms