Configuration

Make sure you have a jobs table in your database

1. Configuration jobs to display

✨ Icons get from here: https://fontawesome.com/search?o=r&m=free

JobsInformations = {
    ["builder"] = {
        Icon = "fa-solid fa-hammer",
        Description = 'Work at heights, in this work you are responsible for finishing buildings.'
    },
    ["bus"] = {
        Icon = "fa-solid fa-bus",
        Description = 'You become a bus driver, remember that you are responsible for the lives of other passengers, drive carefully.'
    },
},

Last updated