🙋♂️Add Job
New jobs for using Bodycam and Dashcam, accessing menus, etc. are added here
Config.Jobs = {
["police"] = {
["watch"] = vector3(0.0, 0.0, 0.0),
["distance"] = 0.0,
["text"] = "Menu Text",
["uiSettings"] = {
["color"] = "#", -- Color of the main color theme of the menu (base on a lighter or pastel shade of the selected color)
["title"] = "", -- Menu title above the categories in the right browser
["subtitle"] = "", -- Subtitle on the right side
["videoUpload"] = { -- api or webhook to forward when recordings are stopped
["webhook"] = "https://discord.com/api/webhooks/xxxxxxxxxxxxxxxxxxx/xxxxxxxxxxxxx",
["fivemanage"] = false, -- https://www.fivemanage.com
["fivemanage_token"] = "", -- https://www.fivemanage.com
},
["backgroundColor"] = "#", -- Background color of the menu (based on a more muted shade of the selected color)
["badgeSettings"] = {
["image"] = "", -- the photo that will appear on the back when the camera is turned on
["darkerColor"] = "#", -- the color of the badge that will appear on the back when the camera is turned on
["lighterColor"] = "#", -- the color of the badge that will appear on the back when the camera is turned on
["departmentName"] = "" -- the name of the department that will appear on the back when the camera is turned on
}
}
},
}Last updated