35 lines
493 B
Lua
35 lines
493 B
Lua
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'
|