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
+24
View File
@@ -0,0 +1,24 @@
fx_version 'adamant'
game 'gta5'
server_scripts {
"@mysql-async/lib/MySQL.lua",
"server/main.lua",
}
client_scripts {
"client/main.lua",
}
ui_page {
'html/ui.html',
}
files {
'html/ui.html',
'html/css/main.css',
'html/js/app.js',
}
dependency 'es_extended'