RegisterNetEvent("drugs_creator:framework:ready", function() -- Disables the default script notification (otherwise there would be 2 notifications) exports["drugs_creator"]:disableScriptEvent("drugs_creator:internalMugshotNotify")end)RegisterNetEvent("drugs_creator:internalMugshotNotify", function(ped,title,message)TriggerEvent("external_script:notify", message)end)
Where to insert the code?
You can place it in the file integrations/cl_integrations.lua of the script, at the bottom of the file on new lines