Config.lua
Config = {
ServerName = 'Groot Development',
Key = 'F11',
DisablePlayerList = false,
DisablePlayerJobsInfo = false,
}
-- https://fontawesome.com/search?o=r&m=free
-- COLOUR https://colorhunt.co/
Config.Jobs = {
[1] = { name = 'police', icon = 'fa-solid fa-building-shield', iconColor = "#15F5BA", Label = 'POLICE' },
[2] = { name = 'mechanic', icon = 'fa-solid fa-gears', iconColor = "#DFF5FF", Label = 'MECHANIC' },
[3] = { name = 'ambulance', icon = 'fa-solid fa-truck-medical', iconColor = "#FC4100", Label = 'EMS' },
}
Last updated