diff --git a/[esx]/esx_notify/fxmanifest.lua b/[esx]/esx_notify/fxmanifest.lua index cbf467ef..ae7e5847 100644 --- a/[esx]/esx_notify/fxmanifest.lua +++ b/[esx]/esx_notify/fxmanifest.lua @@ -1,7 +1,11 @@ fx_version 'adamant' +lua54 'yes' game 'gta5' + author 'ESX-Framework' -description 'ESX Notification' +description 'ESX Notification system for esx_legacy' + +shared_script '@es_extended/imports.lua' client_scripts { 'Notify.lua' }