Ready Notify.lua
We've made it easy for you and edited notify.lua for some of you.
RegisterNetEvent('thug-deathcam:client:notify', function(notifytext, notifytype)
TriggerEvent('esx:showNotification', notifytext, notifytype, 3000)
end)
Config.Notify_Settings = {
['Info_Type'] = "info",
['Succes_Type'] = "success",
['Error_Type'] = "error",
}
Last updated