Theme editor

STANDALONE JG-Mechanics | 100% WORKING | NO ERRORS | Auto SQL

Thread owner
Lamo U change the tittle hahahaha and u tell me i mislead the people send screenshot from your server working script
You must be slow.

I never changed the title - you’re just making things up at this point, and moderators can easily verify that.
Instead of turning your own mistakes into complaints, maybe focus on actually learning development rather than expecting others to do it for you.

Waste of my time, but here are those screenshots just for you:
 

Attachments

  • 1.webp
    1.webp
    15.7 KB · Views: 34
  • 2.webp
    2.webp
    118.5 KB · Views: 32
  • 3.webp
    3.webp
    165.3 KB · Views: 30
  • 4.webp
    4.webp
    179.4 KB · Views: 31
  • 5.webp
    5.webp
    30.9 KB · Views: 32
Thread owner
The only problem now is the part is auto apply without required mechanic to install it via works order

What framework are you running?

Feel like that's something that should be easily configurable, rather then an actual error. Maybe double check the docs: https://docs.jgscripts.com/mechanic/job-setup

Not doubting the issue at hand, just troubleshooting. Let me know if any errors pop up!
 
What framework are you running?

Feel like that's something that should be easily configurable, rather then an actual error. Maybe double check the docs: https://docs.jgscripts.com/mechanic/job-setup

Not doubting the issue at hand, just troubleshooting. Let me know if any errors pop up!
qb , already tried all the way but end up still cannot fix that issue
 
same error whit other mechanic leak do you know why ? cant do the work order ( qbcore )
 

Attachments

  • Capture d’écran 2025-09-21 105204.webp
    Capture d’écran 2025-09-21 105204.webp
    74.9 KB · Views: 19
  • Capture d’écran 2025-09-21 105141.webp
    Capture d’écran 2025-09-21 105141.webp
    42.8 KB · Views: 21
Thread owner
qb , already tried all the way but end up still cannot fix that issue
I use ESX, but I'll patch a qb-core version for you guys soon. Is it just the tablet giving issues?

same error whit other mechanic leak do you know why ? cant do the work order ( qbcore )
Although I don't use qb, I will be able to provide a patch for the NUI errors you're receiving. Thank you for the screenshots!
 
I use ESX, but I'll patch a qb-core version for you guys soon. Is it just the tablet giving issues?


Although I don't use qb, I will be able to provide a patch for the NUI errors you're receiving. Thank you for the screenshots!
yep this is the only problem i got cant do the work order whit the tablet
 
Thread owner
yep this is the only problem i got cant do the work order whit the tablet
Thanks to your screenshot, I was able to patch the error using ChatGPT:

  1. Failed to fetch
    • The NUI (index-C2kgfbjq.js) is making a fetch() call to your Lua side, but the endpoint or event is not responding correctly.
    • Commonly happens if:
      • The RegisterNUICallback("tablet", ...) isn’t set up.
      • You’re missing a return json.encode(...) in the callback.
      • Wrong resource name/path in SendNUIMessage or fetch.
  2. Unexpected end of JSON input
    • This means the UI is calling JSON.parse() on an empty or invalid response.
    • Your server is probably returning nothing (or nil) when the tablet requests work orders.

Went ahead and cleaned/de-obfuscated the file, made it human readable.
I will update the link shortly. Send me your Discord so that I can provide you that updated file!
 
Thanks to your screenshot, I was able to patch the error using ChatGPT:

  1. Failed to fetch
    • The NUI (index-C2kgfbjq.js) is making a fetch() call to your Lua side, but the endpoint or event is not responding correctly.
    • Commonly happens if:
      • The RegisterNUICallback("tablet", ...) isn’t set up.
      • You’re missing a return json.encode(...) in the callback.
      • Wrong resource name/path in SendNUIMessage or fetch.
  2. Unexpected end of JSON input
    • This means the UI is calling JSON.parse() on an empty or invalid response.
    • Your server is probably returning nothing (or nil) when the tablet requests work orders.

Went ahead and cleaned/de-obfuscated the file, made it human readable.
I will update the link shortly. Send me your Discord so that I can provide you that updated file!
THANKS for your works nightss
 

Attachments

  • Capture d’écran 2025-09-21 171253.webp
    Capture d’écran 2025-09-21 171253.webp
    2.5 KB · Views: 10
Thanks to your screenshot, I was able to patch the error using ChatGPT:

  1. Failed to fetch
    • The NUI (index-C2kgfbjq.js) is making a fetch() call to your Lua side, but the endpoint or event is not responding correctly.
    • Commonly happens if:
      • The RegisterNUICallback("tablet", ...) isn’t set up.
      • You’re missing a return json.encode(...) in the callback.
      • Wrong resource name/path in SendNUIMessage or fetch.
  2. Unexpected end of JSON input
    • This means the UI is calling JSON.parse() on an empty or invalid response.
    • Your server is probably returning nothing (or nil) when the tablet requests work orders.

Went ahead and cleaned/de-obfuscated the file, made it human readable.
I will update the link shortly. Send me your Discord so that I can provide you that updated file!
you will tell us when you have updated the link for qb thank you
 
Back
Top Bottom