AbdelEmporium Docs
  • AbdelEmporium Documentation
  • Minimap Styles
    • Overview
    • Installation
    • Config.lua
    • Cayo Perico
    • Common Problems
  • Emergency Minimap Style
    • Overview
    • Installation
    • Config.lua
  • Pause Menu V1
    • ESX Readme
    • QB Readme
Powered by GitBook
On this page
  • Remove Old Minimap Script
  • Cleanup
  • Ensuring
  • Styles
  1. Emergency Minimap Style

Installation

Remove Old Minimap Script

  • Remove any old minimap script from your resources.

Cleanup

  • Open Visual Studio Code.

  • Press CTRL + K + O to open a folder.

  • Select your server folder and press Open.

  • Press CTRL + SHIFT + F to search for the following lines:

    • SetMapZoomDataLevel

    • SetRadarZoom

Remove these lines if found, but do not remove them from the new script!

Ensuring

  • Drag and drop the new resource into your resources folder.

  • Open your server.cfg file and add the following line after your framework, replacing "script-name" with your actual script name (e.g., abl-emap-t1):

ensure ox_lib ## my lib
ensure qb-core ## my framework

ensure "abl-emap-t1"
  • Restart your server.

Styles

If you want to use Cayo Bridge or Roxwood County styles, follow this guide.

How to Change the Default Map

The default map used is abl-emap-t1. However, you can easily switch to a different map by replacing the contents of the abl-emergencymap/stream/ytd folder with the files from a new map.

Example: Switching to the Los Santos + Cayo Perico Map (Without Zone Names)

  1. Locate the Default Map:

    • Go to the abl-emergencymap/stream/ytd folder in your current installation.

  2. Select Your Desired Map:

    • Navigate to the abl-emergencymap/INSTALLATION/Other Styles/abl-emap-t2/ytd folder (this is the folder that contains the Los Santos + Cayo Perico map without zone names).

  3. Replace the Files:

    • Drag and drop all the contents from the abl-emap-t2/ytd folder into the abl-emap-t1/stream/ytd folder, and when prompted, replace the existing files.


  • abl-emap-t1: Los Santos + Cayo Perico ( + Zone Names)

  • abl-emap-t2: Los Santos + Cayo Perico (Without Zone Names)

  • abl-emap-t3: Los Santos + Cayo Perico + Roxwood County V1 (+ Zone Names)

  • abl-emap-t4: Los Santos + Cayo Perico + Roxwood County V1 + Cayo Bridge V2 (+ Zone Names)

  • abl-emap-t5: Los Santos + Cayo Perico + Roxwood County V1 + Cayo Bridge V1 (+ Zone Names)

  • abl-emap-t6: Los Santos + Cayo Perico + Cayo Bridge V1 (+ Zone Names)

  • abl-emap-t7: Los Santos + Cayo Perico + Cayo Bridge V2 (+ Zone Names)

  • abl-emap-t8: Los Santos + Cayo Perico + Roxwood County Last Update (+ Zone Names)

  • abl-emap-t9: Los Santos + Cayo Perico + Roxwood County Last Update + Cayo Bridge V2 (+ Zone Names)

  • abl-emap-t10: Los Santos + Cayo Perico + Roxwood County Last Update + Cayo Bridge V1 (+ Zone Names)

PreviousOverviewNextConfig.lua

Last updated 18 days ago

Page cover image