forked from Simnation/Main
fix
This commit is contained in:
parent
c01fa3bb74
commit
2ccf477c6c
49 changed files with 6 additions and 2 deletions
19
resources/[standalone]/ps-multijob/fxmanifest.lua
Normal file
19
resources/[standalone]/ps-multijob/fxmanifest.lua
Normal file
|
@ -0,0 +1,19 @@
|
|||
|
||||
fx_version 'cerulean'
|
||||
|
||||
game 'gta5'
|
||||
|
||||
version '1.1.4'
|
||||
|
||||
shared_script 'config.lua'
|
||||
client_script 'client/cl_*.lua'
|
||||
server_scripts{
|
||||
'@oxmysql/lib/MySQL.lua',
|
||||
'server/sv_*.lua',
|
||||
}
|
||||
|
||||
ui_page 'html/index.html'
|
||||
|
||||
files {
|
||||
'html/*',
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue