๐งSandy Mechanic
Sandy Mechanic
The Sandy Shores Mechanicโbetter known as โThe Compoundโโturns a slice of Sandy Shores into an all-in-one automotive playground. Tune cars, run a business, or brew up criminal plots in a gated yard packed with interactives.
๐ Map Position
1736.58, 3693.19, 35.22
๐ง Main Features
Mechanic Bays โ Fully kitted for repairs & tuning
Performance Test Pad โ Drift / 0-100 trials
Detailing Zone โ Wash, wax, flex
Mini Barbershop โ Haircuts while you wait
Lounge-Cafรฉ โ Hookahs, drinks, sofas
Gaming Corner โ Chill between jobs
Boss Office โ Oversee the compound
๐๏ธ Exterior & Future GYM
Full compound fencing + security gates
Back-lot access for haulers
GYM shell next-door (interior coming soon)
๐ช Custom Props
Seating
ex_prop_offchair_exec_01
, car_service_barsofa
, car_service_barstool
,
car_service_reception_sofa
, v_corp_facebeanbagc
, v_corp_facebeanbagd
,
sm_prop_offchair_smug_02
Screens
car_service_chiilzone_det
๐ฏ Prop Animations (requires ox_lib
)
This project includes custom prop animations that enhance immersion and interactivity. These animations only function if ox_lib
is properly ensured in your server.
โ ๏ธ Make sure
ox_lib
is started before this resource. Add this to yourserver.cfg
if you havenโt already:
ensure ox_lib
๐ช Activation Spots
Below are the locations where players can trigger animations on custom props:
Press "E"


๐ชDoorlock System
This 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
(1066, 'Sandy Shores Mechanic E-1', '{"coords":{"x":1745.6676025390626,"y":3672.833251953125,"z":35.52954483032226},"doors":[{"coords":{"x":1749.8431396484376,"y":3675.245361328125,"z":35.52766418457031},"heading":210,"model":200497552},{"coords":{"x":1741.4920654296876,"y":3670.421142578125,"z":35.53142547607422},"heading":30,"model":200497552}],"maxDistance":2,"state":1}'),
(1067, 'Sandy Shores Mechanic E-2', '{"coords":{"x":1715.160400390625,"y":3725.484375,"z":34.72872924804687},"doors":[{"coords":{"x":1710.98486328125,"y":3723.072265625,"z":34.73060989379883},"heading":30,"model":200497552},{"coords":{"x":1719.3359375,"y":3727.896484375,"z":34.72684860229492},"heading":210,"model":200497552}],"maxDistance":2,"state":1}'),
(1068, 'Sandy Shores Mechanic G-1', '{"heading":0,"coords":{"x":1714.885009765625,"y":3689.18994140625,"z":35.7239990234375},"doors":false,"maxDistance":2,"model":106631274,"state":1}'),
(1069, 'Sandy Shores Mechanic G-2', '{"heading":0,"coords":{"x":1711.9449462890626,"y":3694.260009765625,"z":35.28200149536133},"doors":false,"maxDistance":2,"model":106631274,"state":1}'),
(1070, 'Sandy Shores Mechanic G-3', '{"heading":0,"coords":{"x":1709.06494140625,"y":3699.260009765625,"z":35.28200149536133},"doors":false,"maxDistance":2,"model":106631274,"state":1}'),
(1071, 'Sandy Shores Mechanic G-4', '{"heading":0,"coords":{"x":1706.06494140625,"y":3704.449951171875,"z":35.28200149536133},"doors":false,"maxDistance":2,"model":106631274,"state":1}'),
(1072, 'Sandy Shores Mechanic G-5', '{"heading":0,"coords":{"x":1703.0350341796876,"y":3709.68994140625,"z":35.28200149536133},"doors":false,"maxDistance":2,"model":106631274,"state":1}'),
(1073, 'Sandy Shores Mechanic E-3', '{"heading":30,"coords":{"x":1719.623291015625,"y":3681.386474609375,"z":35.08953475952148},"doors":false,"maxDistance":2,"model":1858620080,"state":1}'),
(1074, 'Sandy Shores Mechanic 2-1', '{"heading":120,"coords":{"x":1708.0487060546876,"y":3686.794189453125,"z":39.16519546508789},"doors":false,"maxDistance":2,"model":1686047085,"state":1}'),
(1075, 'Sandy Shores Mechanic 2-2', '{"heading":120,"coords":{"x":1704.79296875,"y":3687.734375,"z":39.15148162841797},"doors":false,"maxDistance":2,"model":493737836,"state":1}'),
(1076, 'Sandy Shores Mechanic 2-3', '{"heading":300,"coords":{"x":1702.81005859375,"y":3695.86767578125,"z":39.16519546508789},"doors":false,"maxDistance":2,"model":1686047085,"state":1}'),
(1077, 'Sandy Shores Mechanic 2-4', '{"heading":120,"coords":{"x":1700.659423828125,"y":3694.897216796875,"z":39.15148162841797},"doors":false,"maxDistance":2,"model":-1538617716,"state":1}'),
(1078, 'Sandy Shores Mechanic 2-5', '{"heading":120,"coords":{"x":1698.4752197265626,"y":3698.68017578125,"z":39.15148162841797},"doors":false,"maxDistance":2,"model":-1538617716,"state":1}'),
(1079, 'Sandy Shores Mechanic 2-6', '{"heading":30,"coords":{"x":1698.35986328125,"y":3703.46240234375,"z":39.15148162841797},"doors":false,"maxDistance":2,"model":-495377267,"state":1}'),
(1080, 'Sandy Shores Mechanic 1-1', '{"heading":30,"coords":{"x":1708.5318603515626,"y":3682.343505859375,"z":35.12274932861328},"doors":false,"maxDistance":2,"model":2094319813,"state":1}'),
(1081, 'Sandy Shores Mechanic 1-2', '{"heading":30,"coords":{"x":1695.6029052734376,"y":3701.872314453125,"z":34.68849563598633},"doors":false,"maxDistance":2,"model":144666715,"state":1}');
๐ Installation Guide
To install the Sandy Mechanic map on your FiveM server, follow these steps:
Download the Map Resource
Ensure the prompt_sandy_mechanic resource is downloaded and placed in your
resources
folder.
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_mechanic
Set Up Doorlocks
Add the provided SQL lines to your database to configure the doorlock system.
Install MapData
For Sandy Area maps, ensure you have the correct MapData installed. Refer to the MapData Documentation for detailed instructions.
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 Mechanic on your FiveM server! ๐
Last updated