Update and rename __resource.lua to fxmanifest.lua

This commit is contained in:
RikoDEV
2020-02-22 15:10:26 +01:00
committed by GitHub
parent f2612dc872
commit 2d63e61e32
@@ -1,4 +1,6 @@
resource_manifest_version '44febabe-d386-4d18-afbe-5e627f4af937'
fx_version 'adamant'
game 'gta5'
server_scripts {
"@mysql-async/lib/MySQL.lua",
@@ -12,8 +14,11 @@ client_scripts {
ui_page {
'html/ui.html',
}
files {
'html/ui.html',
'html/css/main.css',
'html/js/app.js',
}
dependency 'es_extended'