Server Configuration
π Server Configuration (config_s.lua)
SConfig = {
FastRecoveryJobs = {
["police"] = true,
["sheriff"] = true,
["ambulance"] = true,
["lsfd"] = true,
["sahp"] = true,
["security"] = true,
},
InstantDeliveryIdentifiers = {
-- ["license:xxxxxxxxxxxx"] = true,
},
AdminGroups = {
["admin"] = true,
["management"] = true,
["superadmin"] = true,
},
ImpoundJobs = {
['police'] = true,
['sheriff'] = true,
['lsfd'] = true,
},
DebugPlates = {
-- ["ABCD1234"] = true,
,
},
ProhibitedItems = {
["joint"] = true,
["weed"] = true,
["dry_weed"] = true,
["coca_leaf"] = true,
["pure_coca"] = true,
},
WhitelistedGuns = {
["WEAPON_BALL"] = true,
["WEAPON_FIREEXTINGUISHER"] = true,
["WEAPON_FIREWORK"] = true,
["WEAPON_PRECISIONRIFLE"] = true,
["WEAPON_PETROLCAN"] = true,
["WEAPON_KNIFE"] = true,
["WEAPON_KARAM"] = true,
["WEAPON_BUTTER"] = true,
["WEAPON_KNUCKLE"] = true,
["WEAPON_MACHETE"] = true,
["WEAPON_HAMMER"] = true,
["WEAPON_HATCHET"] = true,
["WEAPON_BAT"] = true,
["WEAPON_BATTLEAXE"] = true,
["WEAPON_BOTTLE"] = true,
["WEAPON_SNOWBALL"] = true,
},
WhitelistedAmmo = {
["ammo-9"] = true,
["ammobox-9"] = true,
["ammo-22"] = true,
["ammobox-22"] = true,
["ammo-45"] = true,
["ammobox-45"] = true,
},
}Fast Recovery Jobs
Instant Delivery Identifiers
Admin Groups
Impound Jobs
Debug Plates
Prohibited Items
Whitelisted Guns
Whitelisted Ammo
π Important Notes:
Last updated