
by Arron_0n
I developed this application about two years ago to automate the creation of perimeter zones for FiveM. It allows users to define zones using coordinates, visualize them, and export the result as a PNG file ready for use.
The generated images are designed to be used with custom scaleform scripts (such as ScaleformUI or similar) that allow you to add overlays and textures to the ingame Minimap. If you are creating gang zones, or blip areas, this tool simplifies the process of generating the correct visual assets from your coordinates.
vector2(x, y) or simple (x, y).MinimapOverlay.exe (Requires .NET Framework 4.7.2 or later).This tool is open-source.
If you are hesitant about downloading a pre-compiled .exe, you are encouraged to check the code repository. You can clone the project and build it yourself using Visual Studio following the instructions in the [README].