1
0
Fork 0
forked from Simnation/Main
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,36 @@
This map was developer by Prompt's Mods, thank you for being our customer!
---------------------------------Compatibility Section-------------------------------
Check your server console for further information and directions about sandy map data
---------------------------------To Remove Bridge Section-------------------------------
To remove the bridge from the map you need to follow these steps:
1. Delete "bridge" folder from the prompt_sandy_beaches stream folder.
2. Download nobridge.zip from https://github.com/Prompt-Coder/nobridge.
3. Open nobridge.zip and replace all the files from there into your current cfx_prompt_sandy_mapdata.
4. Understand that the bridge is a neet idea and return it.
--------------------------------- Config section-------------------------------------------
-- config.lua
Config = {}
Config.Debug = true set this to false if you don't want debug messages
Config.EnablePromptSupporter = true -- True is a convar in the fivem server list. Just added for fun, its appriciated if you use it!
--------------------------------- config meanings----------------------------------------------------------------

View file

@ -0,0 +1,39 @@
fx_version 'bodacious'
game 'gta5'
this_is_a_map 'yes'
-- map by---:
author 'prompt'
scriptdeveloper 'Cas.vdv'
description 'Sandy Shores Marina'
version '1.0.1'
escrow_ignore {
'stream/unlocked/**'
}
server_scripts {
'weather_prop_controllers.lua',
'sv_Tokens.lua',
'sv_MapChainHandler.lua',
'sv_MapVersionCheck.lua'
}
data_file "DLC_ITYP_REQUEST" "stream/prompt_sandy_dynamic_weather_props.ytyp"
shared_scripts {
'config.lua'
}
client_scripts {
'weather_prop_controller.lua',
'client.lua'
}
lua54 'yes'
dependency '/assetpacks'
dependency '/assetpacks'

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