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