• Happy new year!

    We wish everyone a healthy, blessed 2025! We are here to stay, join our community and see the difference.

QBCORE [FIXED] Trucking Logistics Simulator [OPEN SOURCE] [LATEST QB-CORE] (4 Viewers)

AbyssCL

Active member
Sep 11, 2023
87
44
18
Credits
3,898
I spent over 2 days fixing and converting everything from this script to the latest qb-core version, its working with no errors and all it's functionalities


What i fixed:

- Converted to New QB-Core
- Fixed QB-VehicleKeys support and converted to its latest version
- Fixed all notifications and convert them to latest QBCore:Notify
- Optimzations to the code to reduce resmon
- Fixed SQL (wasn't working properly)
- Fixed Locales and Translations to the entire script (the script was using old Lang system)


Know issues:

- Weird handling on all trucks (not very realistic)
- The UI opens a little bit slowly (can't really fix it because it's all made with SQL which makes it slower)

Needed updates:

- Add GPS mark when going back to the garage
-
Probably an UI change

To change the language of the script just change your
setr qb_locale "en" in your server cfg (in "en" put your language, en or es)

Download
 
Last edited:

Striker9090

Well-known member
Dec 12, 2022
205
157
43
Credits
38,363
Thank you for the leak!
But missing vehicle and cargo, because if im setting "Hauler" only the truck avaiable, sometime the loader not spawn

Add this for fix waypoint for return truck, simple but fast, on client "SetNewWaypoint"
TriggerServerEvent("truck_logistics:finishJob",data,job_distance,reward,truck_data,GetVehicleEngineHealth(truck),GetVehicleBodyHealth(truck),GetVehicleBodyHealth(trailer))
SetNewWaypoint(1253.4978, -3154.8235)
 

AbyssCL

Active member
Sep 11, 2023
87
44
18
Credits
3,898
Thank you for the leak!
But missing vehicle and cargo, because if im setting "Hauler" only the truck avaiable, sometime the loader not spawn

Add this for fix waypoint for return truck, simple but fast, on client "SetNewWaypoint"
TriggerServerEvent("truck_logistics:finishJob",data,job_distance,reward,truck_data,GetVehicleEngineHealth(truck),GetVehicleBodyHealth(truck),GetVehicleBodyHealth(trailer))
SetNewWaypoint(1253.4978, -3154.8235)
Ty for the Waypoint add, but I didnt understood what you said about the loader sometimes is not spawning, i've tried everything and was working perfectly
 

rrrrgprs

Active member
Jan 10, 2023
80
19
8
Credits
834
Thank you for the leak!
But missing vehicle and cargo, because if im setting "Hauler" only the truck avaiable, sometime the loader not spawn

Add this for fix waypoint for return truck, simple but fast, on client "SetNewWaypoint"
TriggerServerEvent("truck_logistics:finishJob",data,job_distance,reward,truck_data,GetVehicleEngineHealth(truck),GetVehicleBodyHealth(truck),GetVehicleBodyHealth(trailer))
SetNewWaypoint(1253.4978, -3154.8235)
Which line do I add this to ??
 

Striker9090

Well-known member
Dec 12, 2022
205
157
43
Credits
38,363
Which line do I add this to ??
Client under 467, down on
"
TriggerServerEvent("truck_logistics:finishJob",data,job_distance,reward,truck_data,GetVehicleEngineHealth(truck),GetVehicleBodyHealth(truck),GetVehicleBodyHealth(trailer))
"
 

AbyssCL

Active member
Sep 11, 2023
87
44
18
Credits
3,898
Missing truck and add on trailer on the pack!!
Ohhhh yeah, that's true sorry, I forgot to add the trucks and trailers, my bad, i will update it, please make a charge button so i can refund everyone who has already purchase so you can download it again with the trucks and trailers included
 

AbyssCL

Active member
Sep 11, 2023
87
44
18
Credits
3,898
Link updated!!!, Trucks and Trailer added to the folder, srry for the inconvenience, everyone who already purchased please make a refund charge so I can refund your credits to but the new version!
 

Striker9090

Well-known member
Dec 12, 2022
205
157
43
Credits
38,363
Link updated!!!, Trucks and Trailer added to the folder, srry for the inconvenience, everyone who already purchased please make a refund charge so I can refund your credits to but the new version!
Thank you for the new upload, im waiting refound for buy another time
 

mrrupito

Active member
Jan 21, 2024
65
7
8
Credits
35
I spent over 2 days fixing and converting everything from this script to the latest qb-core version, its working with no errors and all it's functionalities


What i fixed:

- Converted to New QB-Core
- Fixed QB-VehicleKeys support and converted to its latest version
- Fixed all notifications and convert them to latest QBCore:Notify
- Optimzations to the code to reduce resmon
- Fixed SQL (wasn't working properly)
- Fixed Locales and Translations to the entire script (the script was using old Lang system)


Know issues:

- Weird handling on all trucks (not very realistic)
- The UI opens a little bit slowly (can't really fix it because it's all made with SQL which makes it slower)

Needed updates:

- Add GPS mark when going back to the garage
-
Probably an UI change

If you have any problems/questions please don't bother to write me in my Discord DM: @abyss_cl

To change the language of the script just change your
setr qb_locale "en" in your server cfg (in "en" put your language, en or es)

Download
-=Stripped Content=-
thanks brother you are the best
 

Users who are viewing this thread

Top