forked from Simnation/Main
lager
This commit is contained in:
parent
0b75fd8756
commit
fcb0c6c5dd
10 changed files with 1697 additions and 0 deletions
31
resources/[inventory]/omi-warehouse/fxmanifest.lua
Normal file
31
resources/[inventory]/omi-warehouse/fxmanifest.lua
Normal file
|
@ -0,0 +1,31 @@
|
|||
fx_version 'cerulean'
|
||||
game 'gta5'
|
||||
|
||||
author 'Nullvalue'
|
||||
version '1.2.0'
|
||||
|
||||
client_scripts {
|
||||
'@PolyZone/client.lua',
|
||||
'@PolyZone/BoxZone.lua',
|
||||
'@PolyZone/CircleZone.lua',
|
||||
'@PolyZone/ComboZone.lua',
|
||||
'client/*.lua'
|
||||
}
|
||||
|
||||
server_scripts {
|
||||
'@oxmysql/lib/MySQL.lua',
|
||||
'server/*.lua'
|
||||
}
|
||||
|
||||
shared_scripts {
|
||||
'config.lua',
|
||||
'shared/*.lua',
|
||||
'@ox_lib/init.lua',
|
||||
}
|
||||
|
||||
escrow_ignore {
|
||||
'client/*.lua',
|
||||
'server/*.lua',
|
||||
}
|
||||
|
||||
lua54 'yes'
|
Loading…
Add table
Add a link
Reference in a new issue