This commit is contained in:
2026-07-07 21:08:52 +02:00
commit 4c20cfc716
2613 changed files with 318021 additions and 0 deletions

View File

@@ -0,0 +1,34 @@
fx_version 'adamant'
game 'gta5'
description 'Handles the overall status system for Hunger, Thrist and others'
version '1.1'
legacyversion '1.13.4'
lua54 'yes'
shared_script '@es_extended/imports.lua'
server_scripts {
'@oxmysql/lib/MySQL.lua',
'config.lua',
'server/main.lua'
}
client_scripts {
'config.lua',
'client/classes/status.lua',
'client/main.lua'
}
ui_page 'html/ui.html'
files {
'html/ui.html',
'html/css/app.css',
'html/scripts/app.js'
}
dependency 'es_extended'