🐿️
Sqrl Scripts
  • Scripts
    • 📦Self Storage
      • 🔨Install
      • 📃Config
    • 🎁Redeem Code
      • 🔨Install
      • 📃Config
Powered by GitBook
On this page
  1. Scripts
  2. Redeem Code

Config

Config = {}

-- ox | qb
Config.Inventory = 'qb'
-- ox | qb | okok
Config.Notify = 'qb'
-- qbx | qb
Config.Core = 'qb'

-- only for QBCore, QBox will go to impound
Config.Garage = 'pillboxgarage'

-- Permission for ace command
Config.Permission = 'sqrl.redeemcode'

Config.Commands = {
    redeem = 'redeemcode',
    create = 'createcode'
}
PreviousInstall

Last updated 11 months ago

🎁
📃