Security HUD
System Watchdog
×
Threads Scanned
-- / --
SYS. LOAD --%
AI SHIELD ACTIVE
DMCA Policy
×

📋 DMCA Compliance

This platform and community fully complies with the Digital Millennium Copyright Act (DMCA) and international copyright laws. We take all copyright protection seriously.

🛡️ Copyright Protection

If you believe a posted item belongs to you or violates your copyright, you may file a DMCA takedown request through our official channels. Upon receiving a valid claim, the infringing content will be removed within 24 hours.

What's new
×
Fiveguard

Script Buy and manage your own trucker logistics

braienjayyara1017200

Bronze Elite
Joined
Feb 1, 2022
Messages
13
Reaction score
52
Points
221
Location
CALIFORNIA
ESX and vRP
I haven't tested for vRP. But perfectly working for ESX.
1704453127896.png

error
 

GothamDev

Gold Elite
Joined
Jan 10, 2022
Messages
58
Reaction score
176
Points
256
Location
france
Website
www.legeekshop.com
Hey,

im trying to install this. The server side tried to instal the Sql but it got an error. So i did i manually en crossed it out in server side. But i dont got the menu to work in this version. If i use esx_vex_driver ican open the menu, add money, buy trucks etc



But i cant start missions it gives me this error

[ script:es_extended] [INFO] Player "Nuke Z" has connected to the server. ID: 1
[script:esx_vex_truck] SCRIPT ERROR: @esx_vex_trucker/server.lua:361: attempt to compare nil with number
[script:esx_vex_truck] > handler (@esx_vex_trucker/server.lua:361)
[script:esx_vex_truck] > query_default (@oxmysql/dist/server/build.js:16108)
[script:esx_vex_truck] > processTicksAndRejections (node:internal/process/task_queues:96)

it refers to this

[script:esx_vex_truck] > handler (@esx_vex_trucker/server.lua:361)
if tonumber(query_users[1].fragile) >= tonumber(query[1].fragile) then

[script:esx_vex_truck] > query_default (@oxmysql/dist/server/build.js:16108)
// src/server/db/query.js
var query_default;
var init_query = __esm({
"src/server/db/query.js"() {
init_config();
init_utils();
init_pool();
query_default = async (type, invokingResource, query, parameters, cb) => {
if (!isReady)
serverReady();
let result, executionTime;
try {
[query, parameters, cb] = parseArguments(invokingResource, query, parameters, cb);
scheduleTick();
[result, _, executionTime] = await pool_default.query(query, parameters);
if (executionTime >= mysql_slow_query_warning || mysql_debug)
console.log(`^3[${mysql_debug ? "DEBUG" : "WARNING"}] ${invokingResource} took ${executionTime}ms to execute a query!
${query} ${JSON.stringify(parameters)}^0`);
} catch (err) {
throw new Error(`${invokingResource} was unable to execute a query!
${err.message}
${err.sql || `${query} ${JSON.stringify(parameters)}`}`);
}
if (cb)
cb(response(type, result)); -----------------------------------------------------------------------THIS LINE
else
return response(type, result);
};
}
});


FIX only works with MYSQL not OXY
hello can you send me your files please i was on legacy and it don t work
 

jigga

Gold Elite
Joined
Apr 23, 2021
Messages
49
Reaction score
70
Points
221
how do I get the menu open I got the script running and only have this error code

SCRIPT ERROR: @truck_logistics/server.lua:1: attempt to call a nil value (global 'module')
 

Jan.Meyer

Bronze Elite
Joined
Mar 9, 2022
Messages
17
Reaction score
4
Points
156
Location
Germany
Fixed menu not opening. Added english language in the menu, the html side. Added the required vehicles so as to make it work.
*** Hidden text: cannot be quoted. ***

Both the script and the vehicles are added here so you can access it.
 

Amkitty

Member
Joined
Aug 18, 2025
Messages
5
Reaction score
0
Points
86
Location
United States
Fixed menu not opening. Added english language in the menu, the html side. Added the required vehicles so as to make it work.
*** Hidden text: cannot be quoted. ***

Both the script and the vehicles are added here so you can access it.
leeked iss d iead
 
Top