This commit is contained in:
Nordi98 2025-08-05 10:47:16 +02:00
parent 30bef7f1a5
commit 9e0a584816
52 changed files with 11959 additions and 0 deletions

View file

@ -0,0 +1,35 @@
fx_version 'cerulean'
game 'gta5'
name 'ps-banking'
author 'Project Sloth'
version '1.0.4'
ui_page 'html/index.html'
-- ui_page 'http://localhost:5173'
shared_scripts {
'@ox_lib/init.lua',
'config.lua',
}
client_scripts {
'client/**/*',
}
server_scripts {
'@oxmysql/lib/MySQL.lua',
'server/**/*',
}
files {
'html/**/*',
'locales/**/*',
}
dependencies {
'ox_lib',
'oxmysql'
}
lua54 'yes'