Interactive Map is NUI-driven in-game map overlay featuring:
Dual map styles: (Satellite & Roads) with live switching
Scrollable legend: listing all blips, complete with next/prev navigation
Live player marker and click-to-set waypoints
Config-driven blip definitions just edit config.json to add your icons
Lightweight, zero-dependency
Comes with 30+ blips
Can choose if you want your blips to have image preview
“preview”: true, or “preview”: false,
“image”: “assets/POIs/police_station_pic.png”
Elevate your server’s UI with an intuitive, fully interactive map—no extra installs required!
Pricing
- Escrow : €5.99
- Open Source: € 13.49
For support Discord
Code is accessible | Depends on version |
Subscription-based | No |
Lines (approximately) | Around 1200 |
Requirements | None |
Support | Yes |
CONFIG.JSON JUST SHOWCASE
"openKey": "M",
"debug": false,
"showPlayerMarker": true,
"enableWaypoint": true,
"allowDragOutside": false,
"blips": [
{
"name": "Police Station",
"x": 425.1,
"y": -979.5,
"iconUrl": "assets/blips/police.png",
"description": "The main Los Santos Police Department station. Open 24/7.",
"preview": true, you can choose if you want to see picture of the location
"image": "assets/POIs/police_station_pic.png"
},
{
"name": "Sea Word",
"x": -1687.03,
"y": -1072.18,
"iconUrl": "assets/blips/fishing.png",
"description": "Sea food.",
"preview": false,
"image": ""
}
]
}
Installation & Usage
- Drop the folder into your server’s
resources/
. - Add
ensure interactive_map
to yourserver.cfg
. - Customize
config.json
to fit your preferences. - Press M in-game to open the Map UI