CatsGTA
  • Introducing CatsGTA
  • Cats Advanced Name [EN]
    • ⚠️Dependencies
    • 🔧Installation
    • ⚙️Configuration
    • 💻Exports
    • ⌨️Commands
    • Examples
  • Cats Advanced Name [JP]
    • ⚠️Dependencies
    • 🔧Installation
    • ⚙️Configuration
    • 💻Exports
    • ⌨️Commands
    • Examples
  • 🛠️Cats Object Spawner[EN]
    • Dependencies
    • Installation
    • Configuration
  • 🛠️Cats Object Spawner[JP]
    • 依存関係
    • インストール
    • 構成
  • 🛒Tebex
Powered by GitBook
On this page
  1. Cats Object Spawner[EN]

Configuration


config.lua
Config Config = {}

-- Enable debug mode to see additional console messages
Config.Debug = true

-- Maximum distance to spawn objects (performance related)
-- Higher values will show objects from further away but may impact performance
Config.Distance = 100.0

-- Command to open the objects menu (requires admin permission)
Config.Command = 'objects'

-- Language settings: en (English), ja (Japanese), zh (Chinese), kr (Korean)
Config.Locale = 'en'

-- Framework settings
-- 'auto': Auto-detect framework (recommended)
-- 'qb': Use QBCore only
-- 'esx': Use ESX only
Config.Framework = 'auto'

Last updated 4 days ago

🛠️