• We have a new discord! click here to join
    Any faulty links ? Report them in our discord or via our Ticket System!
    We do everything we can to protect the safety of our visitors, if any resource contains malware in any kind of form or obfuscation please report it aswell ♡♡

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

arrownl

Member
Apr 4, 2022
6
1
3
Credits
8
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.

rockyland

Member
Jun 10, 2022
32
3
8
Credits
116
I can't get the E to trigger. Was able to get the sql to create the tables. Made the changes explained earlier.
 

theblackking

New member
Jul 22, 2022
3
0
1
Credits
4
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.
 

zertex

Active member
Jul 29, 2022
59
2
8
Credits
2
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)
1659209187106.png
bro can u fix this issue need Help !!
 

Numbar

New member
Aug 28, 2022
1
0
1
Credits
1
Hi,

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

Regards
 

raymiles

New member
Sep 1, 2022
2
0
1
Credits
3
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
 

Users who are viewing this thread

Top