#setjob
1 messages · Page 1 of 1 (latest)
You've made an error in your jobs.lua somewhere
Or you implemented the jobs incorrectly into the jobs.lua
It's the ' inside of the grades on some jobs. Remove those
It's suppose to be [0] = { name = 'Recruit', payment = 50 },
But you have
['0'] = { name = 'Recruit', payment = 50 },
Remove the ' in all job grades
gotcha thank you 🙂