The config.lua file allows you to customize every aspect of the Space Addictions system. Below is a detailed breakdown of each section, followed by the full configuration file for reference.
🧩 Configuration Breakdown
🖥️ Framework Setup
Description: Sets the framework your server is running on. This is essential for the script to work correctly.
Type:string
Valid Options:'qbcore', 'qbox', 'esx'
-- Choose your frameworkConfig.Framework='qbox' -- Options: 'qbcore', 'qbox', 'esx'
Config.Translations = {
notification_header = "Attention",
overdose_text = "You are in",
overdose_highlighted_text = "Overdose",
overdose_description = "Your body could not handle the amount of substances...",
addiction_text = "You are becoming addicted to",
addiction_description = "Over time, you will feel withdrawal effects. Seek treatment.",
}