https://github.com/rifleh700/mradar
Reengineered original GTA:SA radar and hud for MTA:SA
https://github.com/rifleh700/mradar
gtasa hud mta mtasa multitheftauto radar
Last synced: 21 days ago
JSON representation
Reengineered original GTA:SA radar and hud for MTA:SA
- Host: GitHub
- URL: https://github.com/rifleh700/mradar
- Owner: rifleh700
- License: mit
- Created: 2024-03-02T20:11:25.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2026-06-13T12:04:41.000Z (about 1 month ago)
- Last Synced: 2026-06-13T14:07:04.295Z (about 1 month ago)
- Topics: gtasa, hud, mta, mtasa, multitheftauto, radar
- Language: Lua
- Homepage:
- Size: 1.88 MB
- Stars: 18
- Watchers: 1
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# mradar
Reengineered original GTA:SA radar and hud for MTA:SA
## Features
- default blips and radar areas are supported
- default blips coloring
- artificial horizon and altimeter
- original textures set format
- modify-friendly
- no scaling-bugs
- optional rectangle radar
- new F11 map
- waypoint by click (by [Southland-FR](https://github.com/Southland-FR))
- map legend
- map cursor moving
- localization support
- new crosshair
## Localization
Implemented languages:
- English (default)
- Spanish
- Russian
Choose one of `text` script files in `meta.xml`
## Settings
You can configure this resource with predefined global Lua variables. See script files.
- `mradar_main_client.lua` radar and big map
- `mradar_crosshair_client.lua` crosshair
- `mradar_hud_client.lua` hud
Some of important settings are below
- `RADAR_BLIP_COLOR_ENABLED` (**default is `false`**) - enables blips painting (usually blips have red or black color, u should always define blips color when this feature is enabled)
- `RADAR_RECTANGLE` (**default is `false`**) - enables rectangle radar (instead of circle)
- `BIGMAP_ENABLED` (**default is `true`**) - enables new big map (F11)
- `BIGMAP_CURSOR_SWITCHABLE` (**default is `true`**) - enables cursor switching when big map (F11) is visible
- `BIGMAP_SWITCH_CURSOR_KEY` (**default is `mouse3`**) - cursor switching key
- `BIGMAP_CURSOR_ENABLED` (**default is `false`**) - enables cursor by default when big map (F11) is visible
- `BIGMAP_WAYPOINT_ENABLED` (**default is `true`** - depends on enabled cursor) - enables `waypoint` blip by click
- `BIGMAP_POST_GUI` (**defaults is `false`**) - enables big map "post-gui" drawing
- `BIGMAP_SOUND_ENABLED` (**defaults is `false`**) - enables big map sounds
## Exported client-side functions
- `getMRadarVisible()`
- `setMRadarVisible(bool visible)`
- `getMHudVisible()`
- `setMHudVisible(bool visible)`
## Screenshots








