move everything into core folder

This commit is contained in:
Benzo
2023-01-18 15:21:39 +01:00
parent 8869ae1dc7
commit db983b931c
217 changed files with 0 additions and 0 deletions
+35
View File
@@ -0,0 +1,35 @@
fx_version 'adamant'
game 'gta5'
description 'ESX Identity'
lua54 'yes'
version '1.9.0'
shared_scripts {
'@es_extended/imports.lua',
'@es_extended/locale.lua',
}
server_scripts {
'@oxmysql/lib/MySQL.lua',
'locales/*.lua',
'config.lua',
'server/main.lua'
}
client_scripts {
'locales/*.lua',
'config.lua',
'client/main.lua'
}
ui_page 'html/index.html'
files {
'html/index.html',
'html/js/script.js',
'html/css/style.css',
}
dependency 'es_extended'