From 5f30e27ebbaaca88d95ab32275930ff2ea9a3b10 Mon Sep 17 00:00:00 2001 From: Mitchel Date: Sun, 15 Oct 2023 20:10:48 +0200 Subject: [PATCH] Update fxmanifest.lua --- fxmanifest.lua | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/fxmanifest.lua b/fxmanifest.lua index 96c6948..ae87cb3 100644 --- a/fxmanifest.lua +++ b/fxmanifest.lua @@ -2,6 +2,10 @@ fx_version 'adamant' game 'gta5' lua54 'yes' +author 'More Then Code' +description 'Arcade (mtc-arcade) 1.0.0' +version '1.0.0' + client_scripts { 'client/*', } @@ -13,8 +17,8 @@ server_scripts { shared_scripts { '@ox_lib/init.lua', '@qb-core/shared/locale.lua', - 'locales/en.lua', - 'locales/*.lua', + 'locales/en.lua', + 'locales/*.lua', 'shared/*.lua' } @@ -25,4 +29,4 @@ files { "html/scripts/*.js", } -ui_page "html/index.html" \ No newline at end of file +ui_page "html/index.html"