Los Santos Trucker Simulator / Trucker Logistics (ESX/VRP)
This Script is made out of the replica version of Euro Truck Simulator Game. In this Truck Job you can Choose different Trucks and Delivery locations
Check Out : ESX Cayo Perico Heist For Fivem Server [ESX]
Features
- Interactive Job Menu
- Driving Skills Upgrade
- Choose the Type Of Product
- Choose The Length Of Delivery
- Truck Diagnosis
- Truck Dealership on Interactive Menu
- Recruitment Agency
Download
- Download Los Santos Trucker Simulator / Trucker Logistics
- Please Report If the link broken
Installation
- extract the file
- copy the file into resources folder
- add to server.cfg
For ESX (If You face Error)
search (truck_logistics:getData) in server.lua and replace for this
RegisterServerEvent("truck_logistics:getData")AddEventHandler("truck_logistics:getData",function()local source = sourcelocal user_id = ESX.GetPlayerFromId(source).identifierif user_id thenisOpen[source] = trueopenUI(source,false)endend)