3 Screenshots

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.

  1. Default map.
  2. Zoomed out.
  3. Big map.

peYOv2D.png

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);

ot2Hoda.png

  • Like 3



User Feedback

Recommended Comments

There are no comments to display.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now