first commit
This commit is contained in:
@@ -0,0 +1,31 @@
|
||||
fx_version 'cerulean'
|
||||
game 'gta5'
|
||||
|
||||
author 'Colin-Joel / DevX Studios'
|
||||
description 'DevX RP banking'
|
||||
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'
|
||||
}
|
||||
|
||||
dependency 'devx_core'
|
||||
Reference in New Issue
Block a user