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 CD DISPATCH - FULLY WORKING (15.03.2022)

ALEN TL

ALEN TL#5009
Gold Elite
Joined
Sep 18, 2021
Messages
387
Solutions
1
Reaction score
6,955
Points
321
Age
20
Location
KOCHI
I have an issue
With the AvengersWater
Does anyone have that function.
If yes can you paste it over here
 

ALEN TL

ALEN TL#5009
Gold Elite
Joined
Sep 18, 2021
Messages
387
Solutions
1
Reaction score
6,955
Points
321
Age
20
Location
KOCHI
attempt to call a nil value Global'AvengersWater'
 

ALEN TL

ALEN TL#5009
Gold Elite
Joined
Sep 18, 2021
Messages
387
Solutions
1
Reaction score
6,955
Points
321
Age
20
Location
KOCHI
I think replace it with a notification or something I forgot what I did
Yeah gonna try
ESX.ShowNotification(msg, flash, saveToBrief, hudColorIndex)
 

Javi

Bronze Elite
Joined
Aug 23, 2021
Messages
18
Reaction score
2
Points
156
The script.js is obfuscated. Is there any js deobfuscators available.
I can't make the script.js readable. If you have been able, could you share it?
 

ALEN TL

ALEN TL#5009
Gold Elite
Joined
Sep 18, 2021
Messages
387
Solutions
1
Reaction score
6,955
Points
321
Age
20
Location
KOCHI
I can't make the script.js readable. If you have been able, could you share it?
I was unable to do that. Does the chrome dev tool help. I have heard people used that (Old times). Not aware of the current condition.
 

ALEN TL

ALEN TL#5009
Gold Elite
Joined
Sep 18, 2021
Messages
387
Solutions
1
Reaction score
6,955
Points
321
Age
20
Location
KOCHI
is this now working?


how i send a dispatch i?
Check the config bro. Setjob to police and check the keybinds and press them. It's better that you try things your own. So you can understand a little bit more.
 

grzyk

Member
Joined
Aug 23, 2021
Messages
4
Reaction score
3
Points
156
Code:
RegisterNetEvent('esx:playerLoaded')
AddEventHandler('esx:playerLoaded', function(xPlayer)
    Wait(2000)
    ESX.PlayerData = xPlayer
    logged = true
end)

RegisterNetEvent('esx:setJob')
AddEventHandler('esx:setJob', function(job)
    ESX.PlayerData.job = job
end)

if Config and Config.UsingMultichar == false then
    Citizen.CreateThread(function()
        while true do
            Citizen.Wait(1000)
            if NetworkIsSessionStarted() and logged then
                Wait(10000)
                TriggerServerEvent('cd_dispatch:PlayerLoaded')
                break
            end
        end
    end)
end
 

syncmen

Silver Elite
Joined
Jul 23, 2021
Messages
36
Reaction score
5
Points
166
Code:
RegisterNetEvent('esx:playerLoaded')
AddEventHandler('esx:playerLoaded', function(xPlayer)
    Wait(2000)
    ESX.PlayerData = xPlayer
    logged = true
end)

RegisterNetEvent('esx:setJob')
AddEventHandler('esx:setJob', function(job)
    ESX.PlayerData.job = job
end)

if Config and Config.UsingMultichar == false then
    Citizen.CreateThread(function()
        while true do
            Citizen.Wait(1000)
            if NetworkIsSessionStarted() and logged then
                Wait(10000)
                TriggerServerEvent('cd_dispatch:PlayerLoaded')
                break
            end
        end
    end)
end
1637874963780.png


1637874974876.png
 

Soup

Member
Joined
Dec 3, 2021
Messages
1
Reaction score
1
Points
156
Location
californa
im trying to use this in qbcore and i changed the "useESX" in the config to "false" but it still doesnt work.
 

syncmen

Silver Elite
Joined
Jul 23, 2021
Messages
36
Reaction score
5
Points
166
Hi Syncmen,

I've changed this function and work for me

Less:
function GetSteamID(source)

    if source and type(source) == 'number' then
        local license = GetPlayerIdentifier(source,1)
        local lic = license:gsub("license:", "")
        return lic

    else

        print('dispatch - error 6587446')

    end

end

That worked!

Thanks!!
 

Sitman

Member
Joined
Jul 21, 2021
Messages
7
Reaction score
0
Points
156
Hi idk no errors and no work shofire panic 911 hel me please
 
Top