0.0.1
This commit is contained in:
34
resources/[esx_addons]/esx_status/fxmanifest.lua
Normal file
34
resources/[esx_addons]/esx_status/fxmanifest.lua
Normal 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'
|
||||
Reference in New Issue
Block a user