#setjob

1 messages · Page 1 of 1 (latest)

opaque leaf
#

it does not workfor the new jobs, getting error when setjob

stark solar
#

You've made an error in your jobs.lua somewhere

#

Or you implemented the jobs incorrectly into the jobs.lua

opaque leaf
#

they look the same to me

unborn ice
#

It's the ' inside of the grades on some jobs. Remove those

opaque leaf
#

could you give an example im looking for

#

please and thank you 🙂

unborn ice
#

It's suppose to be [0] = { name = 'Recruit', payment = 50 },
But you have
['0'] = { name = 'Recruit', payment = 50 },

Remove the ' in all job grades

opaque leaf
#

gotcha thank you 🙂