Security HUD
System Watchdog
×
Threads Scanned
-- / --
SYS. LOAD --%
AI SHIELD ACTIVE
DMCA Policy
×

📋 DMCA Compliance

This platform and community fully complies with the Digital Millennium Copyright Act (DMCA) and international copyright laws. We take all copyright protection seriously.

🛡️ Copyright Protection

If you believe a posted item belongs to you or violates your copyright, you may file a DMCA takedown request through our official channels. Upon receiving a valid claim, the infringing content will be removed within 24 hours.

What's new
×
Fiveguard

Script Prompt Sandy MapData (4 all leaked prompt mlos)

SirGhost

Member
Joined
Jul 27, 2021
Messages
4
Reaction score
5
Points
146
📌 Prompt Interiors — SandyMapData (MapData Handler)


Below you can find the SandyMapData for Prompt interiors.

✅ Resource name
The mapdata resource is named:
cfx_prompt_sandy_mapdata

✅ Installation (quick)
1)
Put the mapdata into your resources folder
- Example: resources/[mapdata]/cfx_prompt_sandy_mapdata

2) Make sure the interior resource folder name matches sv_MapDataHandler.lua
- Open: sv_MapDataHandler.lua
- Check the resource name expected for each interior.
- IMPORTANT: If the interior folder name is NOT exactly the same as the name used inside sv_MapDataHandler.lua,
you must rename the interior folder to match the name shown in the MapDataHandler.

3) If you don’t know which interior is which
- Use the official Prompt documentation to identify the interior you want:

- In the page, under “Installation Guide”, look for the line:
start [correct_name]
- ✅ That [correct_name] is the exact resource name your map folder must have (folder/resource name must match).

4) If you have maps you don’t use
- Just comment them out in the maps list (so they won’t load).

⚠️ IMPORTANT: Commas in the maps list
Inside the local maps = { } list:
- Every line can have a comma EXCEPT the last one.
- The last entry must NEVER end with a comma.

✅ Correct example:
"map_name"

❌ Wrong example:
"map_name",

⚙️ server.cfg Order (very important)

The mapdata must start AFTER all Prompt interior resources.
In other words: mapdata should be ensured at the end of your interior resources list.

Example:
ensure prompt_barber
ensure prompt_tattoo
ensure prompt_anyotherinterior

# mapdata ALWAYS at the end
ensure cfx_prompt_sandy_mapdata

You don't have permission to view content!
 
Last edited by a moderator:
Top