1
0
Fork 0
forked from Simnation/Main
Main/resources/[tools]/ps-banking/fxmanifest.lua

36 lines
431 B
Lua
Raw Permalink Normal View History

2025-08-05 10:47:16 +02:00
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'