• Please report every thread you think might be harmful or does not meet expectations or the link is offline, you will be refunded the credits you paid and the Thread Starter recieves a message to update his content, if its malicious we remove it and warn and eventualy the TS if it reoccurs.

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

momsen

New member
Joined
Feb 15, 2022
Messages
3
Reaction score
0
Points
1
Credits
76
error.png

Apparently I have an error in my SQL. Maybe someone had a solution for it?
 

arrownl

Member
Joined
Apr 4, 2022
Messages
6
Reaction score
1
Points
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
VIP
Joined
Jun 10, 2022
Messages
32
Reaction score
4
Points
8
Credits
47
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
Joined
Jul 22, 2022
Messages
3
Reaction score
0
Points
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
Joined
Jul 29, 2022
Messages
59
Reaction score
2
Points
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
Joined
Aug 28, 2022
Messages
1
Reaction score
0
Points
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
Joined
Sep 1, 2022
Messages
2
Reaction score
0
Points
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
 

raymiles

New member
Joined
Sep 1, 2022
Messages
2
Reaction score
0
Points
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
Had to come back after trial..This does not work..my whole screen had errors......
 

Users who are viewing this thread

Top