Initial edits for ES5

This commit is contained in:
ElPumpo
2018-04-15 12:23:40 +02:00
parent 99f186b8b2
commit cb68068cb7
11 changed files with 103 additions and 203 deletions
+20 -11
View File
@@ -1,15 +1,24 @@
version '1.0.2'
-- https://wiki.fivem.net/wiki/Resource_manifest
client_script('client.lua')
resource_manifest_version '44febabe-d386-4d18-afbe-5e627f4af937'
server_script "@mysql-async/lib/MySQL.lua"
server_script "server.lua"
description 'ESX Identity'
ui_page('html/index.html')
version '1.0.4'
files({
'html/index.html',
'html/script.js',
'html/style.css',
'html/cursor.png',
})
client_script 'client/main.lua'
server_scripts {
"@mysql-async/lib/MySQL.lua",
"@es_extended/locale.lua",
"server/main.lua",
}
ui_page 'html/index.html'
files {
'html/index.html',
'html/script.js',
'html/style.css',
'html/cursor.png',
}