forked from Simnation/Main
edit
This commit is contained in:
parent
be02d05ba8
commit
fc7ea910e9
35 changed files with 11992 additions and 1 deletions
25
resources/[tools]/mt_lib/fxmanifest.lua
Normal file
25
resources/[tools]/mt_lib/fxmanifest.lua
Normal file
|
@ -0,0 +1,25 @@
|
|||
fx_version 'cerulean'
|
||||
game 'gta5'
|
||||
author 'Marttins'
|
||||
description 'Library with some UIs and useful functions'
|
||||
lua54 'yes'
|
||||
|
||||
shared_scripts {
|
||||
'@ox_lib/init.lua',
|
||||
}
|
||||
|
||||
client_scripts {
|
||||
'modules/**/client.lua'
|
||||
}
|
||||
|
||||
server_scripts {
|
||||
'modules/**/server.lua'
|
||||
}
|
||||
|
||||
ui_page 'web/build/index.html'
|
||||
|
||||
files {
|
||||
'web/build/index.html',
|
||||
'web/build/**/*',
|
||||
'web/assets/**/*',
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue