From 8e0fd42d1e096991ffd4e7742170449a457aa2f2 Mon Sep 17 00:00:00 2001 From: xorzo <80540494+xorzo1@users.noreply.github.com> Date: Tue, 5 Jul 2022 14:01:01 +0200 Subject: [PATCH] Update fxmanifest.lua --- [esx]/esx_notify/fxmanifest.lua | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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' }