diff --git a/fxmanifest.lua b/fxmanifest.lua deleted file mode 100644 index 9c1370e..0000000 --- a/fxmanifest.lua +++ /dev/null @@ -1,32 +0,0 @@ -fx_version "cerulean" -game "gta5" -author "Pickle Mods#0001" - -ui_page "html/blank.html" - -files { - "html/blank.html", - "html/index.html", - "html/style.css", - "html/main.js", - "html/VCR_OSD_MONO_1.001.ttf", -} - -shared_scripts { - "@ox_lib/init.lua", - "config.lua", - "shared/*.lua" -} - -client_scripts { - "client/cursor.lua", - "client/utils.lua", - "client/tv.lua", - "client/main.lua", -} - -server_scripts { - "server/*.lua" -} - -lua54 'yes'