Use async to limit paying rent

This commit is contained in:
ElPumpo
2020-02-03 11:12:55 +01:00
parent ca79838b77
commit 71315bcd17
4 changed files with 34 additions and 20 deletions
+3 -1
View File
@@ -7,8 +7,9 @@ description 'ESX Property'
version '1.0.4'
server_scripts {
'@es_extended/locale.lua',
'@async/async.lua',
'@mysql-async/lib/MySQL.lua',
'@es_extended/locale.lua',
'locales/de.lua',
'locales/br.lua',
'locales/en.lua',
@@ -36,6 +37,7 @@ client_scripts {
}
dependencies {
'async',
'es_extended',
'instance',
'cron',