2026-04-14 17:41:39 +02:00

30 lines
824 B
Lua

return {
Services = {
{
jobname = "police",
joblabel = "LSPD"
},
{
jobname = "ambulance",
joblabel = "MD"
},
{
jobname = "mechanic",
joblabel = "Mechaniker",
},
-- {
-- jobname = "taxi",
-- joblabel = "Taxi",
-- },
-- {
-- jobname = "realestate",
-- joblabel = "Immobilien",
-- },
},
EnableCallButton = true, -- Call button active/inactive
EnableMessageButton = true, -- Message button active/inactive
EnableName = false, -- Show player name (true) or only rank (false)
AntiMetaGaming = True, -- If true, shows max 1 available person and calls/messages random available person
}