forked from Simnation/Main
ed
This commit is contained in:
parent
3766e3fbb9
commit
0a7ecef045
585 changed files with 0 additions and 0 deletions
44
resources/[props]/maximum_housingprops/fxmanifest.lua
Normal file
44
resources/[props]/maximum_housingprops/fxmanifest.lua
Normal file
|
@ -0,0 +1,44 @@
|
|||
fx_version 'cerulean'
|
||||
game 'gta5'
|
||||
lua54 "yes"
|
||||
|
||||
author 'MAXIMUM'
|
||||
description 'Housing Props System'
|
||||
version '1.0'
|
||||
|
||||
dependencies {
|
||||
'ox_lib',
|
||||
'oxmysql'
|
||||
}
|
||||
|
||||
shared_scripts {
|
||||
'@ox_lib/init.lua',
|
||||
'config/*.lua'
|
||||
}
|
||||
|
||||
client_scripts {
|
||||
'@PolyZone/client.lua',
|
||||
'@PolyZone/BoxZone.lua',
|
||||
'@PolyZone/EntityZone.lua',
|
||||
'@PolyZone/CircleZone.lua',
|
||||
'@PolyZone/ComboZone.lua',
|
||||
'client/*.lua'
|
||||
}
|
||||
|
||||
server_scripts {
|
||||
'@oxmysql/lib/MySQL.lua',
|
||||
'server/*.lua'
|
||||
}
|
||||
|
||||
files {
|
||||
'html/images/*.png'
|
||||
}
|
||||
|
||||
----------- HOUSING ------------------------
|
||||
|
||||
data_file 'DLC_ITYP_REQUEST' 'stream/d_bebes.ytyp'
|
||||
data_file 'DLC_ITYP_REQUEST' 'stream/d_haway.ytyp'
|
||||
data_file 'DLC_ITYP_REQUEST' 'stream/d_muebles.ytyp'
|
||||
data_file 'DLC_ITYP_REQUEST' 'stream/d_otros.ytyp'
|
||||
data_file 'DLC_ITYP_REQUEST' 'stream/d_paredes.ytyp'
|
||||
data_file 'DLC_ITYP_REQUEST' 'stream/d_dnxpack.ytyp'
|
Loading…
Add table
Add a link
Reference in a new issue