This commit is contained in:
Nordi98 2025-08-05 16:33:46 +02:00
parent cd945f7aff
commit fdb2ec1452
3046 changed files with 68309 additions and 12 deletions

Binary file not shown.

View file

@ -0,0 +1,25 @@
Install Sandy Map Data (check the server console)
This interior is a part of our Sandy Shores Rework Project. We are using Sandy Map Data to ease compatibility problems between the maps. Check your server console for further information
Seating data for Hospital:
[`promt_hospital_sandy_bed1`] = {
sit = { type = 'sunlounger', teleportIn = true, seats = {[1] = vector4(0.0, 0.0, 0.95, 180.0)} },
},
[`promt_hospital_sandy_bed2`] = {
sit = { type = 'chair', teleportIn = true, seats = {[1] = vector4(-0.15, -0.85, 0.7, 90.0), [2] = vector4(0.15, -0.85, 0.7, 270.0)} },
lay = { type = 'medical', seats = {[1] = vector4(0.0, -0.25, 0.7, 180.0)} }
},
[`promt_hospital_sandy_operbed`] = {
sit = { type = 'chair2', seats = {[1] = vector4(0.0, -0.10, 1.25, 90.0)} },
lay = { type = 'medical', seats = {[1] = vector4(0.0, 0.0, 0.895, 180.0)} }
},
[`v_med_cor_autopsytbl`] = {
sit = { type = 'chair2', seats = {[1] = vector4(0.1, 0.1, 1.0, 270.0)} },
lay = { type = 'medical', seats = {[1] = vector4(0.0, 0.1, 0.69, 0.0)} }
},
[`prop_air_bench_01_new`] = { sit = { type = 'chair2', seats = {[1] = vector4(-1.2, 0.0, 0.5, 0.0), [2] = vector4(-0.4, 0.0, 0.5, 0.0), [3] = vector4(0.4, 0.0, 0.5, 0.0), [4] = vector4(1.2, 0.0, 0.5, 0.0)} } }, -- Does not have the DYNAMIC flag
Thank you for being out customer, we are trying our best for you. Leave a feedback in our discord - https://discord.com/invite/6mqn2z5ZEH

View file

@ -0,0 +1,25 @@
fx_version 'bodacious'
game 'gta5'
this_is_a_map 'yes'
version '1.0.1'
data_file 'AUDIO_GAMEDATA' 'audio/prompt_sandy_hospital_game.dat' -- dat151
files {
'audio/prompt_sandy_hospital_game.dat151.rel'
}
escrow_ignore {
'stream/unlocked/**'
}
-- scripts --
lua54 'yes'
server_scripts{
'sv_Tokens.lua',
'sv_MapChainHandler.lua',
'sv_MapVersionCheck.lua'
}
dependency '/assetpacks'

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