Guardian Hud System v2
π Guardian HUD System β Information Page
Last updated
π Guardian HUD System β Information Page
Last updated
Config = {}
Config.Permissions = {
aop = "guardianhud.aop",
prio = "guardianhud.prio",
settings = "guardianhud.settings",
}
Config.AllowedAOPs = {
["los angeles"] = true,
["blaine county"] = true,
["mirror park"] = true,
["fort zancudo"] = true,
["sandy/grapeseed"] = true,
["paleto/roxwood"] = true
}
Config.StatusData = {
aop = "Blaine County",
locations = {
{name = "Los Angeles", status = "Available", class = "available", timer = 0, timerDuration = 0},
{name = "Sandy/Grapeseed", status = "Available", class = "available", timer = 0, timerDuration = 0},
{name = "Fort Zancudo", status = "Available", class = "available", timer = 0, timerDuration = 0},
{name = "Paleto/Roxwood", status = "Available", class = "available", timer = 0, timerDuration = 0}
}
}
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",
}