ed
This commit is contained in:
parent
30bef7f1a5
commit
9e0a584816
52 changed files with 11959 additions and 0 deletions
35
resources/[tools]/ps-banking/fxmanifest.lua
Normal file
35
resources/[tools]/ps-banking/fxmanifest.lua
Normal 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'
|
Loading…
Add table
Add a link
Reference in a new issue