Note: This is a resource for script developers, not anything you should be putting in your gamemode.
Figured I would throw up this pretty simple dev tool I wrote for collecting coordinates.
I often find myself running around and copying down a bunch of coordinates from vMenu or another HUD for usage in my resources (e.g. a list of spawn points for drops, etc.) It quickly becomes time consuming, tedious, and error prone.
This resource allows you to just run around and press E to collect the coordinates of where you’re standing. When you’re done, the coordinates you collected are dropped into a text file as a list of vec3’s, ready to be dropped into your resource.
Usage instructions are on Github.
Download: GitHub - EncoreRP/encore_pointdev: Simple coordinate collection utility for FiveM developers.
Hope it’s helpful to someone out there.