live_map
live_map copied to clipboard
A FiveM addon for live maps
The core features that need to be written into a C# client are just around the "blip generation". Everything else _should_ be a seperate client for the most flexability (e.g....
**Describe the bug** A clear and concise description of what the bug is. **To Reproduce** Steps to reproduce the behavior: 1. Enable nucleus in the server configuration 2. Collect the...
I have installed the livemap plugin and the interface, it is fetching the blips all fine but it fails to fetch the online players, their location and update it accordingly....
**Is your feature request related to a problem? Please describe.** We're building an online system for police roleplay that allows dispatchers to create a callout on a certain position on...
Websockets are probably not the best technology to use for LiveMap. We don't send any data back from the client so, SSE is looking more promising. Plus, if we start...
Update the documentation like we did for the interface.. Also, make sure to document _all_ events
Bumps [socket.io](https://github.com/socketio/socket.io) from 3.1.2 to 4.6.2. Release notes Sourced from socket.io's releases. 4.6.2 Bug Fixes exports: move types condition to the top (#4698) (3d44aae) Links Diff: https://github.com/socketio/socket.io/compare/4.6.1...4.6.2 Client release: 4.6.2...
Bumps [ws](https://github.com/websockets/ws) from 7.4.6 to 7.5.10. Release notes Sourced from ws's releases. 7.5.10 Bug fixes Backported e55e5106 to the 7.x release line (22c28763). 7.5.9 Bug fixes Backported bc8bd34e to the...
Bumps [path-to-regexp](https://github.com/pillarjs/path-to-regexp) from 6.2.0 to 6.3.0. Release notes Sourced from path-to-regexp's releases. Fix backtracking in 6.x Fixed Add backtrack protection to 6.x (#324) f1253b4 https://github.com/pillarjs/path-to-regexp/compare/v6.2.2...v6.3.0 Updated README No API changes....