🍃
Stoned
  • ✌️Welcome to Stoned Documentation
  • Overview
    • 🌐Website Shop
      • 🔗Website URL
    • 🌀Discord
      • 🔗Discord Invite
  • Scripts Guides
    • 💰Money Laundry
      • config.lua
      • cl_functions.lua
    • ⚒️Crafting Table
      • Configuration
    • 🏆Airdrop
      • Config.lua
      • Functions.lua
    • 🧟‍♂️Zombie System
      • Configuration
    • 🏧ATM Robbery
      • Configurantion
    • 📌Pause (ESC) Menu
      • Config
    • 🚗Car Spawn
      • Config.lua
    • 🧟Zombie System V2
      • config.lua
      • cl_config.lua
      • sv_config.lua
    • 👔Mode STAFF
      • config.lua
      • cl_config.lua
      • sv_config.lua
  • 📞Report System
    • Config.lua
    • Permissions.lua
  • 💎Jewelry Robbery
    • Config.lua
    • clconfig.lua
  • ⚙️Tuning System
    • Configs
      • main.lua
      • tunes.lua
  • General Guides
    • 🛠️Common Errors
Powered by GitBook
On this page

Was this helpful?

  1. Scripts Guides
  2. Pause (ESC) Menu

Config

Config.lua Preview

Config = {}

Config.Framework = 'esx' -- 'esx' || 'qb' || 'vrp'

Config.ReportCommand = 'report'

function DisableHud(toggle) -- here you can add the trigger to hide you hud
    TriggerEvent('codem-blackhudv2:SetForceHide', toggle)
end

-- OR

function DisableHudCommand() -- here you can add the command used to toggle the hud
    ExecuteCommand("togglehud")
end
PreviousPause (ESC) MenuNextCar Spawn

Last updated 8 months ago

Was this helpful?

📌