Has anyone seen an issue with returning the fishermans tug boat?
I get the prompt to press E to return, but the boat refuses to return. The truck you rent is working as intended, all other esx_jobs work correctly with the exception of this one return point.
I’m using the latest version of esx_jobs. Any idea what would prevent me from returning a perfectly healthy (non damaged) work vehicle?
hi Pr0n3, i did indeed, and no errors at all, either via the ingame console or my server console. All SQL tables / columns and values line up with the resource file. The circle doesn’t seem to react when only returning the boat. All other esx_jobs work as intended where you can rent/return vehicles.
I haven’t altered anything from the base esx_jobs github release.
I’ve had the same issue, and I can’t remember how to fix it exactly, but try switching the boat itself from ‘tug’ to a different model, and check if that one is retrievable. Good luck
This problem is related to the plate input.
When the truck is rented, the database is processing your platenumber.
When you go to the pier and rent a fishing boat. the database is processing another plate number for your bot.
When you want to give back the car after you return, you first rented the truck plate was deleted from the database, because the plate of the boat is processed. You can’t return the truck.
Trying to set up a simple server with existing codes. But my skills not enough for coding.