first commit
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
fx_version 'cerulean'
|
||||
game 'gta5'
|
||||
|
||||
author 'Colin-Joel / DevX Studios'
|
||||
description 'DevX RP ACE-secured administration interface'
|
||||
version '0.4.3'
|
||||
lua54 'yes'
|
||||
|
||||
shared_script '@devx_core/shared/config.lua'
|
||||
ui_page 'web/index.html'
|
||||
files { 'web/index.html', 'web/style.css', 'web/app.js' }
|
||||
client_scripts { '@devx_core/client/callbacks.lua', 'client/main.lua' }
|
||||
server_scripts { '@oxmysql/lib/MySQL.lua', '@devx_core/server/callbacks.lua', 'server/main.lua' }
|
||||
dependencies { 'devx_core', 'devx_banking' }
|
||||
Reference in New Issue
Block a user