Prompt Studio Documentation
  • Welcome to Prompt's Studio Documentation
  • Sandy Maps
    • 🗚ïļSandy Mapdata
    • 🔧Sandy Mechanic
    • â›―Sandy Illegal Garage & Gas Station with Carwash
    • ⛩Sandy Church
    • 🏎ïļSandy Car Dealership
    • ðŸĒSandy City Hall
    • 🏠Sandy Houses
    • 🚉Sandy Train Station
    • 🏖ïļSandy Marina
    • ðŸĨSandy Hospital
    • ðŸ‘ŪSandy Sheriff
    • ðŸ›ŦSandy Airport
    • 🚒Sandy Fire Department
    • â›ĩBoat House
  • Government Maps
    • 🚒Vespucci Fire Department
    • 🚒Paleto Fire Department
    • 🚒Rockford Fire Department
    • 🚓Rockford Police Department
    • 🚒Pillbox Fire Department
    • ⛓ïļBolingBroke Prison
    • ðŸĒBlaine County Cityhall
    • ðŸĒNOOSE Department
  • Civilian Maps
    • ðŸ”ŦSmall Ammunation Rework (8 locations)
    • 🏙ïļOpened City Project
    • 🚚Truck You Repairs
    • ðŸ’ŧWiwang PC Club
    • 🚏Bus Station
    • 🚗Red's Auto Parts
  • Crime Maps
    • ðŸŒŋSecret Underground Plantation
    • 🎭Abandoned Theater
    • ðŸĨ·Gang Hideout El-Burro
    • ðŸĨ·Gang Hideout Groove
    • ðŸĨ·Gang Hideout Davis
  • 👑Subscription Exclusives
    • 🚒Vinewood Fire Station
    • 🚒Legion Fire Station
    • ðŸ‘ŪPaleto Sheriff
    • 🏍ïļSandy Lost MC
    • ðŸĄDynasty 8
    • 🏁Sandy Racing
    • 🎃Halloween Rave
    • ðŸ›ĢïļSandy Shores Roads
    • ðŸ”ŦPaleto Hunting Store
    • 🍙Japanese Restaurant
    • ðŸĒVespucci CityHall
    • 🚗Rockford Dealership
    • 🚘Mosley Dealership
    • 🛠ïļRepair Shops
    • â›―Gas Station
    • ðŸ”ĨFire Towers
    • 🏍ïļMotorcycle Paradise
    • ⌚Watch Store
  • Extra Content
    • 🊑IPLs (Interior Placement Locations)
    • ðŸ“ĶEntity Sets
    • ðŸ–ĨïļScripts in Custom Maps
    • Useful Links
Powered by GitBook
On this page
  • Sandy Church
  • 📍 Map Position
  • Features
  • Areas Included
  • Entity Sets
  • Custom Props
  • 🚀 Installation Guide
  1. Sandy Maps

Sandy Church

PreviousSandy Illegal Garage & Gas Station with CarwashNextSandy Car Dealership

Last updated 1 month ago

Sandy Church

The Sandy Church is a peaceful, ambient map for FiveM servers. Designed for versatility, it supports a variety of roleplay types — including ceremonies, religious services, crime setups, and casual gatherings. A hidden root cellar, atmospheric graveyard, and relaxing backyard all contribute to its immersive charm.


📍 Map Position

The Sandy Church map is located at the following coordinates: 1767.54, 3891.87, 36.64


Features

Areas Included

  • ⛩ Main Church Interior

  • ðŸŠĶ Graveyard

  • ðŸŒŋ Backyard for outdoor roleplay

  • ðŸ§ą Underground Root Cellar

Entity Sets

You can toggle themes using entity sets:

  • church_funeral

  • church_married

  • church_service

Use them in code or with a prop editor like Codewalker.

Custom Props

These props are included and streamed:

  • prop_church_bench_l

  • prop_church_bench_s


🚊 Doorlock System

The Sandy Church map includes a doorlock system to control access to specific areas. Below are the details for implementing the doorlock feature:

Doorlock Configuration

Add the following SQL lines to your database to configure the doorlock system:

INSERT INTO `ox_doorlock` (`id`, `name`, `data`) VALUES
    (1051, 'Sandy Church E-1', '{"maxDistance":2,"doors":[{"model":1499410363,"heading":291,"coords":{"x":1786.1871337890626,"y":3897.19970703125,"z":35.19813919067383}},{"model":1732635280,"heading":110,"coords":{"x":1785.5010986328126,"y":3899.037353515625,"z":35.19813919067383}}],"state":1,"coords":{"x":1785.8441162109376,"y":3898.11865234375,"z":35.19813919067383}}'),
    (1052, 'Sandy Church E-2', '{"maxDistance":2,"doors":[{"model":1499410363,"heading":291,"coords":{"x":1785.1024169921876,"y":3900.172119140625,"z":35.19813919067383}},{"model":1732635280,"heading":110,"coords":{"x":1784.41650390625,"y":3902.009765625,"z":35.19813919067383}}],"state":1,"coords":{"x":1784.759521484375,"y":3901.0908203125,"z":35.19813919067383}}'),
    (1053, 'Sandy Church E-3', '{"maxDistance":2,"doors":[{"model":1499410363,"heading":291,"coords":{"x":1784.0037841796876,"y":3903.19384765625,"z":35.19813919067383}},{"model":1732635280,"heading":110,"coords":{"x":1783.3177490234376,"y":3905.03125,"z":35.19813919067383}}],"state":1,"coords":{"x":1783.6607666015626,"y":3904.112548828125,"z":35.19813919067383}}'),
    (1054, 'Sandy Church E-4', '{"maxDistance":2,"doors":[{"model":512557835,"heading":201,"coords":{"x":1802.9735107421876,"y":3918.51123046875,"z":34.9409294128418}},{"model":-29757852,"heading":21,"coords":{"x":1805.479736328125,"y":3919.447265625,"z":34.9409294128418}}],"state":1,"coords":{"x":1804.2265625,"y":3918.979248046875,"z":34.9409294128418}}'),
    (1055, 'Sandy Church E-5', '{"maxDistance":2,"doors":false,"heading":360,"state":1,"model":-251858016,"coords":{"x":1825.4625244140626,"y":3926.236328125,"z":33.89401245117187}}');
    

🚀 Installation Guide

To install the Sandy Church map on your FiveM server, follow these steps:

  1. Download the Map Resource

    • Ensure the Sandy Church map resource is downloaded and placed in your resources folder.

  2. Add the Resource to server.cfg

    • Add the following line to your server.cfg to ensure the map loads when your server starts:

      start prompt_sandy_church
  3. Set Up Doorlocks

    • Add the provided SQL lines to your database to configure the doorlock system.

  4. Install MapData

  5. Test the Map

    • Restart your server and visit the map at it's location to ensure everything is working correctly.


For further assistance, contact support. Enjoy using Sandy Airport on your FiveM server! 🚀

Preconfigured script for entity sets by motrion -

For Sandy Area maps, ensure you have the correct MapData installed. Refer to the for detailed instructions.

⛩
https://github.com/motrion/sandy-church-script
MapData Documentation
⛩
Prompt's Mods | Best FiveM Interiors
Logo