Theme editor

  • If you experience issues login with Discord, reset your password and wait 3 minutes for the email!

FIVEM Los Santos Trucker Simulator / Trucker Logistics script (ETS, ATS)

  • Thread starter Thread starter WolfzinOf
  • Start date Start date
I have the problem most works but spawn truck nothing happens only massage loading truck ..... what to do to fix this help pleas
 
Last edited:
  • Post hidden due to user being banned.
I can't get the E to trigger. Was able to get the sql to create the tables. Made the changes explained earlier.
 
Does it work for anyone here for esx version. Can anybody share their whole files with us? Some of us are not pros. We only know how to install and play.
 
look for RegisterServerEvent("truck_logistics:getData") part in the server.lua

replace the event with this:

(i took out the vrp_ready part. the menu now opens for me)


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)
mrjappie241View attachment 2649
bro can u fix this issue need Help !!
 
Hi,

i have the problem, that all execute commands to connect MySQL aren't working. Can somebody help me to setup, please?

Regards
 
So is this for qbcore? If not , ther must be something in this that says it because i did a google search for qbcore only
 
Back
Top Bottom