Installation

How to install Laundromat Robbery script into your server

Install all resource dependencies

These are essential for the resource to function properly:

These can be replaced with your own systems or alternatives in the open bridge:

Resource start order

ensure oxmysql
ensure ox_lib
ensure framework
ensure ox_doorlock
ensure ox_target
ensure ox_inventory
ensure peak_minigames
ensure peak_laundromat

Server Artifacts

Install the latest artifacts for your FiveM server. We recommend using the FiveM Artifacts DB site created by JG Scripts.

Laundromat MLO

Install a laundromat MLO to your server. This provides the physical location where the robbery will take place.

Setup Doorlock SQL

Execute this SQL query for the doorlocks to work. Your server might already use the specified IDs, so you will need to change the IDs in the query and the server config. If you are not using ox_doorlock, you can skip this step, but you'll need to set it up with your doorlock system.

INSERT INTO `ox_doorlock` (`id`, `name`, `data`) VALUES
    (1, 'laundromat_entrance', '{"doors":false,"heading":0,"model":-846791359,"hideUi":true,"groups":{"police":0},"state":1,"maxDistance":5,"coords":{"x":895.7483520507813,"y":-1037.0589599609376,"z":35.39845275878906}}'),
    (2, 'laundromat_laptop', '{"doors":false,"heading":45,"model":-230561286,"hideUi":true,"groups":{"police":0},"state":1,"maxDistance":5,"coords":{"x":890.0557250976563,"y":-1039.0670166015626,"z":35.4015007019043}}'),
    (3, 'laundromat_safe', '{"doors":false,"heading":0,"model":-230561286,"hideUi":true,"groups":{"police":0},"state":1,"maxDistance":5,"coords":{"x":890.3707275390625,"y":-1034.324462890625,"z":35.4015007019043}}');

Laundromat Robbery Items

Install the laundromat robbery items from the install/items.lua file in the peak_laundromat folder. The image is located in the install/images folder.

Configure the script

Configure the script to your liking. If you don't understand any part of the configuration, refer to the config section of our documentation, where everything is explained.

Well done!