OTHERPLANET DOCS
  • 🪐About US
  • 💻Scripts
    • 🔫OP Crime Organisations
      • Installation
      • Config Files
      • Customization
      • Tablet as Item
      • Global States
      • Exports
        • Server Side
    • 🚘OP Mechanic Job
      • Installation
      • Config File
      • Setup Jobs
      • Setup Dispatch
      • Get Duty
      • Update Tablet Stats
      • Notifications/Progressbar
      • Discord Logs
    • 🗒️OP Requests
      • Installation
      • Config
      • Usage
    • 🌇OP HUD
      • Config File
      • Instalation
      • Progress Bar Usage
      • Notify Usage
      • Alcohol Status & Stamina
    • 🏎️OP Vehicle Theft
      • Installation
      • OX Inventory
      • Translate Sounds
      • Config
      • Customization
    • 🅿️OP Garages V1 (OLD)
      • Installation
      • Config
        • Main
        • Garages Locations
        • Vehicles and Brands
      • Customization
      • Vehicle Types
      • Jobs
      • Exports
      • Other
Powered by GitBook
On this page
  1. Scripts
  2. OP HUD

Config File

Config = {}

Config.Language = "en" -- UI Language (en and pl supported)
Config.FontAwesomeUrl = "https://kit.fontawesome.com/bbb738372b.js" -- to avoid icons dissapper change it to your own kit.
Config.FuelDisplay = true -- change to false if you don't need fuel level status
Config.FuelSystem = "default" -- set to okokgasstation if you are using it!
Config.ServerName = "OTHERPLANET"
Config.DiscordLink = "discord.gg/otherplanet"
Config.ServerLogo = "https://i.imgur.com/EljJ0z3.png"

Config.SettingsCommand = "hud" -- Command for hud settings

Config.ProgressBarCancelKey = "X" -- Default Key to cancel progressbar

Config.AlcoholStatus = false -- See how to configure alcohol status on https://docs.otherplanet.dev

Config.DefaultSettings = {
    water = "#0486ff", -- Thirst status color
    food = "#ffba26", -- Food status color
    health = "#f70000", -- Health status color
    mic = "#ffffff", -- Voice status color
    armour = "#9400f7", -- Armour status color
    staminacolor = "#34ebb7", -- Stamina Color
    alcoholcolor = "#34b7eb", -- Alcohol Color
    barshadow = "#ffffff", -- Speedometer shadow color
    barcolor = "#ffffff", -- Speedometer Color
    measurement = "KMH", -- Measurement "KMH" or "MPH"
    displayCorner = false, -- Displaying corner logo 
    displayLess = false -- Display icons only when less than 20%
}

Config.Translate = {
    CancelProgressbar = "Cancel Progressbar"
}

-- DOCS: https://docs.otherplanet.dev/scripts/hud
-- SUPPORT: https://discord.gg/otherplanet

PreviousOP HUDNextInstalation

Last updated 8 months ago

💻
🌇