About This File
Helloย ย ๐ ragers ๐ก ๐ก ๐ก have a good ๐ ๐ day โ๏ธ โ๏ธ โ๏ธ โ๏ธ
I would like to present C# & JSย resource that lets allows you to switch between 3 map options. Like in GTA Online.
- Default map.
- Zoomed out.
- Big map.

Installing & Using
- Put the files you downloaded in their respective places
- Press Z (Default) (Settings โ Key Bindings โ General โ Radar Zoom / Multiplayer information)
What's New in Version 1.0.1 See changelog
Released
Added display of the player's name near blip.
For example (C#):
int blip = RAGE.Game.Ui.AddBlipForEntity(RAGE.Elements.Player.LocalPlayer.Handle); RAGE.Game.Ui.BeginTextCommandSetBlipName("STRING"); RAGE.Game.Ui.AddTextComponentSubstringPlayerName("ufteers"); // player name RAGE.Game.Ui.EndTextCommandSetBlipName(blip); RAGE.Game.Ui.SetBlipCategory(blip, 7); RAGE.Game.Ui.SetBlipColour(blip, 1); RAGE.Game.Ui.SetBlipScale(blip, 0.9f); RAGE.Game.Ui.ShowHeadingIndicatorOnBlip(blip, true);

