A simple developer resource for RedM that allows you to collect coordinates with heading (vector4) by walking around the map. Perfect for creating locations, spawn points, or any other position-based data for your RedM scripts.
Demo
Features
Collect coordinates (vector4) by walking and pressing keys
Visual markers showing collected points
Direction indicators showing heading
Prevents duplicate/too close positions
Automatically copies coordinates to clipboard in Lua table format
On-screen notifications for actions
Simple to use with basic commands
Clean and optimized code
Installation
- Download the resource
- Place
bln_multicoords
folder in your resources directory - Add
ensure bln_multicoords
to your server.cfg
Usage
-
Start collecting coordinates:
/mcoords
-
Controls:
ENTER
- Add current position and heading to the listBACKSPACE
- Finish collecting and copy coordinates to clipboard
-
Visual Feedback:
Yellow markers
show collected positionsRed markers
indicate heading direction of a coord.- Text notifications appear for actions
Example Output
{
vector4(-1245.12, 2687.32, 62.94, 175.45),
vector4(-1267.89, 2699.54, 63.12, 89.67),
vector4(-1289.34, 2701.87, 63.45, 265.89),
}
Notes
- The resource prevents collecting duplicate points that are too close to each other (within 1.0 units)
- Coordinates are automatically copied to clipboard when finished
- Visual markers remain visible while collecting to help visualize the path
- Heading is shown with a red marker pointing in the facing direction
Get More from BLN Studio
BLN Elections System
BLN Outlaw Territories
BLN Sweeper Job
BLN Ghost Train
BLN Server Restarter
BLN Music
BLN Announce
and many other FREE releases here
Code is accessible | Yes |
Subscription-based | No |
Lines (approximately) | 120+ |
Requirements | N/A |
Support | Yes |