Moved all files to root.

This commit is contained in:
Pickle
2022-12-02 23:29:01 -05:00
committed by GitHub
parent ef83fba743
commit f70c477c8d
14 changed files with 1054 additions and 0 deletions

33
fxmanifest.lua Normal file
View File

@@ -0,0 +1,33 @@
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/dui.lua",
"client/main.lua",
}
server_scripts {
"server/*.lua"
}
lua54 'yes'