morethancodenl / mtc-cityhall

A cityhall script for QBCore or Qbox Framework, within the script we focused on usability and a clean and clear user interface. In our script you have the choice to take certain jobs and/or provide yourself with an identity card and/or driver's license. This is completely adjustable to make your server according to your own wishes.
https://mtc.tebex.io/
GNU General Public License v3.0
81 stars 16 forks source link

This needs corrected. #11

Closed 7D7-Development closed 1 year ago

7D7-Development commented 1 year ago

This: Player.Functions.SetJob(job.job)

Needs to be this: Player.Functions.SetJob(job.job, 0)

Mitchel commented 1 year ago

https://github.com/morethancodenl/mtc-cityhall/blob/main/server/server.lua If you look at the server.lua and then at line 8, this is already there.

7D7-Development commented 1 year ago

I must have had an old version? This was missing from the one I had.