FiveM LiveMap
A real-time Live Map Script for FiveM – This mod allowsto view a live map of their game world, making it easier to manage, interact, and enhance the overall gaming experience. It includes both a server-side resource and a web interface.
Pré-visualização
Here’s a quick preview of what the Live Map looks like in action.
Download Resource
Sobre o Mod
Propósito: The Live Mapa mod is designed to provide real-time visualization of your FiveM server’s map. Whether you’re an admin looking to monitor player locations or a player wanting to see what’s happening around town, this mod is your go-to solution.
Enhances Gameplay: The mod adds a new layer of immersion, allowing players to interact with the live map. Admins can easily manage and oversee game sessions, improving overall server administration.
Unique Aspects: The mod is split into two parts—the server-side resource (live_map
) and the web interface (live_map-interface
). This separation ensures flexibility and ease of use, tailored to your server’s specific needs.
Instruções de instalação
Installing live_map
- Download the latest version:
- Extract the contents:
- Place the files into their own folder, e.g.,
resources/live_map
.
- Place the files into their own folder, e.g.,
- Configurar
servidor.cfg
:- Abra seu
servidor.cfg
arquivo. - Add the following line:
start live_map
- Abra seu
- Start your server:
- Run your server and check for the following output in the console:
1 2 3 Loaded live_map.net, ... Started resource: live_map
Installing live_map-interface
- Download the latest version:
- Extract to your webserver:
- Place the files into their own directory on your web server.
- Rename Configuration:
- Rename
config.example.json
paraconfiguração.json
.
- Rename
- Edit the Configuration:
- Abrir
configuração.json
and adjust the values to fit your server settings.
- Abrir
- Verify Installation:
- Check that everything works by navigating to your web interface URL.
Add the following to your server.cfg file.
set socket_port 30121
set livemap_debug "warn" # "[all]" 'trace', 'debug', 'info', 'warn', 'error', 'fatal', 'off'
set blip_file "server/blips.json"
set livemap_access_control "*"
set livemap_use_nucleus true # Allow livemap to set up a secure reverseProxy using the Nucleus project
ensure live_map
Stay tuned for updates, improvements, and new features. If you encounter any issues or have suggestions, feel free to reach out via the documentation pages or our community forums.