Paid Scripts
Here is where you can set the license key from https://license.simpledevelopments.org
Config.LicenseKey = 'LICENSE-KEY'Here is where you can set the ace permission for using the admin side.
Config.AcePerms = {
priomanagement = 'prio.admin' -- Gives admin panel
}Below, you can configure the option of requiring permissions overall and the default cooldown system overall. (Using seconds)
Config.Settings = {
usePermissions = 'true', -- Use permissions for peacetime, aop, & priority management.
defaultCooldown = 1800, -- 30 Minutes in seconds. (Default = 1800)
}Here is where you can configure the default locations for the HUD overall, as well as the font size, etc.
Config.Locations = {
peacetimeHUD = {
x = "0.159",
y = "0.81",
scale = "0.45",
font = "4"
},
cityPrioHUD = {
x = "0.159",
y = "0.84",
scale = "0.45",
font = "4"
},
countyPrioHUD = {
x = "0.159",
y = "0.87",
scale = "0.45",
font = "4"
},
aopHUD = {
x = "0.159",
y = "0.901",
scale = "0.45",
font = "4"
},
}All configurable settings will only be shown in the config.lua. Files like the server.lua and client.lua will not have any config options available.