Guardian Hud System V1

🌐 Guardian HUD System — Information Page

🔰 Overview

The Guardian HUD System is a sleek, performance-optimized interface designed for immersive FiveM roleplay. Whether you’re patrolling the streets or cruising through Los Santos, the Guardian HUD keeps your screen informative and clean.


🧩 Features

  • Minimalistic & Modern Design

  • Customizable Display Options

  • Optimized for FPS (No Lag)

  • Compatible with Standalone

  • ACE Permission Support (restrict commands to staff or roles)


PREVIEW

Hud
Commands
Config = {}

Config.Permissions = {
    aop = "guardianhud.aop",
    fz = "guardianhud.fz",
    sg = "guardianhud.sg",
    la = "guardianhud.la",
    paleto = "guardianhud.paleto",
    devstatus = "guardianhud.devstatus"
}

Config.AllowedAOPs = {
    ["los angeles"] = true,
    ["blaine county"] = true,
    ["mirror park"] = true,
    ["fort zancudo"] = true,
    ["sandy/grapeseed"] = true,
    ["paleto/roxwood"] = true
}

Config.AllowedStatuses = {
    ["available"] = true,
    ["av"] = true,
    ["in progress"] = true,
    ["ip"] = true,
    ["on hold"] = true,
    ["oh"] = true,
}

Config.NotifyOptions = {
    typeInform = "inform",
    typeError = "error",
    typeSuccess = "success",
    position = "center-right",
}

Last updated