iONDegen / qb-phone

Renewed Phone, Reskinned to look like NoPixel 4.0's Phone System.
GNU General Public License v3.0
25 stars 20 forks source link

Error from client./jobcenter.lua #3

Open PIKStudios opened 6 months ago

PIKStudios commented 6 months ago

image

Astronomical-ops commented 6 months ago

Did you ever find a solution to this problem? I'm getting the same error and its kinda getting on my nerves.

iONDegen commented 6 months ago

Did you ever find a solution to this problem? I'm getting the same error and its kinda getting on my nerves.

Did you run the first steps in the readme?

X2Pugz commented 6 months ago

getting the same issue here

Astronomical-ops commented 6 months ago

Did you ever find a solution to this problem? I'm getting the same error and its kinda getting on my nerves.

Did you run the first steps in the readme?

I did everything the read.me told me to yet i recieved this error whenever i tried to open up the phone.

myfrd4 commented 2 months ago

hi

ALKC403 commented 1 month ago

same issue and phone is stuck at lockscreen i'm trying to debug it and it looks like the script isn't reading config.lua (that's why it doesn't identify JobCenter at line 3)


Update: Found the fix, the script wasnt actually reading config.lua because it wasn't the last config file in fxmanifest.lua scr1 To cut to chase all you have to do is change the order and set local files at the bottom of the shared_scripts list and config.cfg is the last one


I found another bug, due to the recent qb core update where they moved society money (aka boss money) from qb-management to qb-banking, if you are using qb-banking the invoices are kinda broken, when you invoice someone, it takes the money from him but doesn't add it to your boss account, a fix is to replace every qb-management with qb-banking in the script folder image scr2