Here it is, my attempt at bringing a FREE single resource mega job pack for regular civilian players to complete in your cities!
Included jobs are:
Garbage Truck Driver
Bus Driver
Taxi Driver
Helicopter Cargo Delivery
Forklift Operator
Lifeguard
Scuba Diver (crate recovery)
Each job is able to be uniquely customized for your city. There is one general config file that handles the overall applicability of each job but if you go into the client of each job the customization options are clearly labelled so that you can easily change stuff.
As with all my scripts resmon idles at 0.00ms assuming no interactions are occurring.
Requires one of the following:
nh-context / nh-input
qb-menu / qb-input
ox_libs
The script is completely open source so you are more then welcome to adjust the effects to make it compatible with ND_Core.
IIRC On the client side the only thing pulled is the Player’s job if you have that feature turned on (in the client/main.lua).
For the server side it is the requirement to give money, give items and create a usable item.
As Malicious said, you will need to go to the config.lua and change the fuel export to whatever one your server uses.
Can you provide more details on when those errors are occurring?
Regarding the blips, they are only activated at client log-in and are not refreshed. While that is an interesting suggestion it would require rewriting the blip logic to do so.
The clothing is a similar aspect, you would need to store the players current outfit, change them into the correct outfit (which is probably unique for each server) and then restore their clothing upon finishing. Doable, but for a free resource not a huge priority to complete.
However, if you feel inspired to update any of those functions please feel free to make a pull request and I can add them.
The error happens when the route ends and I have to return the truck. Then there is also that notifications do not appear when you throw away a garbage bag and have to go to another location.