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)
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
We do not enforce DMCA as we do not host any of the content, this is a peer to peer platform any DMCA should be send to the third party.