Jobs

File Path: shared/config.jobs.lua

Example Job

['deliveries'] = {
    label = "Deliveries",
    name = "Peter Johnson",
    coords = {
        x = -429.53, 
        y = -2786.30,
    },
    icon = "fa-solid fa-shop"
},
  • label (string): The label of the job that will be displayed in the Contacts app.

  • name (string): Name of the "boss" of the job that will be displayed in the Contacts app.

  • coords (table - x, y): The coordinates that the gps will be set to on click of the button.

  • icon (fas icon string): A Fas Icon that will be displayed as the avatar of the job.

Last updated