ND-Framework / ND_Police

Police Job & tools for ND Framework includes ESX & QB integration
https://discord.gg/Z9Mxu72zZ6
GNU General Public License v3.0
26 stars 10 forks source link

event issue #14

Closed realCallMeJ closed 6 months ago

realCallMeJ commented 6 months ago

when changing characters, console says: image this appears to be the root of the issue: bridge/nd/client.lua:28

AddEventHandler("ND:characterUnloaded", function()
    TriggerEvent("ND_Police:playerUnloaded")
end)
Andyyy7666 commented 6 months ago

Using RegisterNetEvent instead of AddEventHandler should fix this.

realCallMeJ commented 6 months ago

got it, just wasn't sure if that was safe to do or not will PR