Update __resource.lua

Changed '_script {' to '_scripts'
This commit is contained in:
nearbyplayer
2017-08-15 18:28:07 -04:00
committed by GitHub
parent 5dcdff19e0
commit 235a263652
+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'
}
}