Merge pull request #4 from CaliforniaRP/master

Update __resource.lua
This commit is contained in:
Jérémie N'gadi
2017-08-16 00:36:00 +02:00
committed by GitHub
+4 -4
View File
@@ -1,4 +1,4 @@
server_script{
server_scripts {
'@es_extended/locale.lua',
'locales/en.lua',
'locales/fr.lua',
@@ -6,7 +6,7 @@ server_script{
'server/esx_atm_sv.lua'
}
client_script{
client_scripts {
'@es_extended/locale.lua',
'locales/en.lua',
'locales/fr.lua',
@@ -16,10 +16,10 @@ client_script{
ui_page 'html/ui.html'
files{
files {
'html/ui.html',
'html/pdown.ttf',
'html/img/cursor.png',
'html/css/app.css',
'html/scripts/app.js'
}
}