ZAP-Hosting Gameserver and Webhosting

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

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

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 = source
local user_id = ESX.GetPlayerFromId(source).identifier
if user_id then
isOpen[source] = true
openUI(source,false)
end
end)

Post a Comment