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.1 See changelog
Released
JS version: Fixed critical bug.ย ๐
ย
And 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);