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"