i have the same error, do you solve it bro?No WORK!!Hidden link for visitors, to see Log in or register now.,Hidden link for visitors, to see Log in or register now.
This platform and community fully complies with the Digital Millennium Copyright Act (DMCA) and international copyright laws. We take all copyright protection seriously.
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.
i have the same error, do you solve it bro?No WORK!!Hidden link for visitors, to see Log in or register now.,Hidden link for visitors, to see Log in or register now.
Hi, no i working on, and idk how to fixi have the same error, do you solve it bro?
Me too....Hi, no i working on, and idk how to fix![]()
Yeh. It is standalone in other cases where Config.UseESX = no
like if Config.UseESX then
the esx stuff
else
the standalone stuff .
I think it works for all the cf's.
I tried to deobfuscate The Js is that Right?The script.js is obfuscated. Is there any js deobfuscators available.
Yeh. It is standalone in other cases where Config.UseESX = no
like if Config.UseESX then
the esx stuff
else
the standalone stuff .
I think it works for all the cf's.
thix old versionCD DISPATCH
it work, but you need to edit your config etc
how to I get this to work for qbcore? when I try to add the .sql file into the database, it fails to add it and says this...CD DISPATCH
it work, but you need to edit your config etc
Yeh. It is standalone in other cases where Config.UseESX = no
like if Config.UseESX then
the esx stuff
else
the standalone stuff .
I think it works for all the cf's.
cd_dispatchCD DISPATCH
it work, but you need to edit your config etc
This error comes from two factors:
function GetRoleplayInfo(identifier)
local Result = MySQL.Sync.fetchAll('SELECT firstname, lastname, callsign FROM users WHERE identifier=@identifier', {['@identifier'] = identifier})
if Result ~= nil and Result[1] ~= nil then
if Result[1].callsign == nil then
Result[1].callsign = 'NULL'
end
if Result[1].firstname == nil then
Result[1].firstname = 'Unknown'
end
if Result[1].lastname == nil then
Result[1].lastname = 'Unknown'
end
return Result[1].firstname..' '..Result[1].lastname, Result[1].callsign
else
return 'Unknown Unknown', 'Unknown'
end
end
function GetSteamID(source)
if source and type(source) == 'number' then
return GetPlayerIdentifiers(source)[1]
else
print('dispatch - error 6587446')
end
end
function GetSteamID(source)
if source and type(source) == 'number' then
xPlayer = ESX.GetPlayerFromId(source)
identifier = xPlayer.identifier
return identifier
else
print('dispatch - error 6587446')
end
end
You must change the mysql tables to character since the users table is for esxhow to I get this to work for qbcore? when I try to add the .sql file into the database, it fails to add it and says this...View attachment 10110
I'm pretty sure this script is for ESX. If you have one, are you able to post the QB Core script
I got: @dispatch/server/server.lua:580: attempt to index a nil value (global 'xPlayer')This error comes from two factors:
In the file server.lua is this codes.
and
But, if we change the last code for this we can see the names in the dispatch.
And don't forget to comment AvengersWater in client.lua
Just add a nil checker in xPlayerI got: @dispatch/server/server.lua:580: attempt to index a nil value (global 'xPlayer')
What is an js, how do u fix itThe script.js is obfuscated. Is there any js deobfuscators available.
it still gives a errorIt is working with qbcore just look in config. just change it to No. View attachment 3520