1
0
Fork 0
forked from Simnation/Main
This commit is contained in:
Nordi98 2025-08-10 13:22:11 +02:00
parent d9bbaaefd1
commit ae244b66b3
37 changed files with 21 additions and 2 deletions

View file

@ -0,0 +1,7 @@
fx_version 'bodacious'
game 'gta5'
this_is_a_map 'yes'
escrow_ignore {
'stream/unlocked/**'
}
dependency '/assetpacks'

View file

@ -0,0 +1,7 @@
fx_version 'bodacious'
game 'gta5'
this_is_a_map 'yes'
escrow_ignore {
'stream/unlocked/**'
}
dependency '/assetpacks'

View file

@ -129,10 +129,15 @@ Config.Interiors = {
["ipl_19"] = {
label = "Flat 1",
themes = {
[0] = {label = "Basic", ipl = "", interiorId = nil, coords = vector3(65.08, -1022.19, 56.46), teleportToDoor = false},
[0] = {label = "Basic", ipl = "", interiorId = nil, coords = vector4(35.59, 6662.86, 0.19, 346.66), teleportToDoor = false},
}
},
["ipl_20"] = {
label = "Flat 2",
themes = {
[0] = {label = "Basic", ipl = "", interiorId = nil, coords = vector4(35.59, 6662.86, 0.19, 346.66), teleportToDoor = false},
}
},
},