diff --git a/tab/__resource.lua b/tab/__resource.lua deleted file mode 100644 index c47a766..0000000 --- a/tab/__resource.lua +++ /dev/null @@ -1,30 +0,0 @@ -resource_manifest_version "44febabe-d386-4d18-afbe-5e627f4af937" - -Discription "Tablet" - -Version "0.2" - -ui_page "nui/ui.html" - -files { - "nui/ui.html", - "nui/material-icons.ttf", - "nui/material-icons.css", - "nui/loadscreen.jpg", - "nui/fancy-crap.css", - "nui/fancy-crap.js", - "nui/jquery.min/js", - "nui/html/news.html", - "nui/html/laws.html", - "nui/html/hotties.html", - "nui/html/youtube.html", - "nui/html/spotify.html", - "nui/html/snake.html", - "nui/html/fuckyouitsdope.png", - "nui/html/jobsfordummies.html", - "nui/html/rulesforassholes.html", - "nui/bootstrap.min.css", - "nui/html/opencad.html" -} - -client_script "client.lua" diff --git a/tab/fxmanifest.lua b/tab/fxmanifest.lua new file mode 100644 index 0000000..5afd1de --- /dev/null +++ b/tab/fxmanifest.lua @@ -0,0 +1,10 @@ +fx_version 'cerulean' +game 'gta5' + +author 'AminYabut' +description 'Tabby - In-game NUI FiveM Tablet' +version '0.2' + +client_script 'client.lua' + +ui_page 'nui/ui.html'