first commit

This commit is contained in:
Colin-Joel Scupin
2026-08-05 01:29:39 +02:00
commit 86d4bcdc37
85 changed files with 7706 additions and 0 deletions
@@ -0,0 +1,37 @@
fx_version 'cerulean'
game 'gta5'
author 'Colin-Joel / DevX Studios'
description 'DevX RP character selection, preview and first-arrival intro'
version '0.4.3'
lua54 'yes'
shared_scripts {
'@devx_core/shared/config.lua',
'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',
'spawnmanager'
}