πŸƒ
Stoned
CtrlK
  • ✌️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 11 months ago

Was this helpful?