1
0
Fork 0
forked from Simnation/Main
This commit is contained in:
Nordi98 2025-08-10 22:26:30 +02:00
parent cf46af3c0a
commit 3766e3fbb9
624 changed files with 59 additions and 0 deletions

View file

@ -0,0 +1,5 @@
All my creations of the week in one pack
https://discord.gg/9jbqhVDVVT
author 'ATR#4444'

View file

@ -0,0 +1,10 @@
fx_version 'cerulean'
game { 'gta5' }
author 'ATR#4444'
files {
'stream/atr_pack_free_set_props.ytyp',
}
data_file 'DLC_ITYP_REQUEST' 'stream/atr_pack_free_set_props.ytyp'

View 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'

Some files were not shown because too many files have changed in this diff Show more