Jump to page content
English English   Polish Polish   Dutch Dutch   Russian Russian   German German   Hungarian Hungarian   Norwegian Norwegian   Swedish Swedish   Finnish Finnish   Romanian Romanian   Spanish Spanish   Portuguese Portuguese   Latvian Latvian  
Homepage
Home
Register
Login

Resources
Forum
Wiki
Servers

rssgta_v_radar

Category:script
Author(s):Rocketman21
Downloads:11440
Rate:You need to be logged in to vote
Rating:3.6 (19 Votes)
Description:
Radar just like in GTA V | Радар из GTA V | updated 2014-04-06

!!!A T T E N T I O N!!!
To make resource work you need to go on this link http://yadi.sk/d/2YuNxdh2LjVTy, download map (for correctrly downloading you must press "Скачать" button, don't right click in browser!) and put it into gta_v_radar.zip, then uncomment it in meta.xml Until you do this, it will not work!
It's because resouce size is too big with image and can't be uploaded here.

Basic features:
1. GTA V-like map
2. All elements are transparent
3. HP and armor bars
4. HP bar becomes red and flashes when player's health < 1/3
5. Map becomes blue and flashes when player have wanted level
6. 3 types of size

It is not final version yet, therefore script is compiled, sorry. Maybe I'll upload source version when it be done.

ВНИМАНИЕ! Чтобы ресур работал, пройдите по ссылке выше и скачайте карту, затем поместите ее в архив и раскомментируйте файл в meta.xml, иначе ресурс не запустится! Основные фишки думаю вы прочтете и на английском =)

If you like it, please rate as 5 and comment what you whant to see in updates! =)

____ Clientside Export Functions ____

void showPlayerGTAVRadar( bool arg )
If arg = true, GTA V radar will be shown, if false - it won't

bool isGTAVRadarShowing()
Returns true if GTA V radar showing, false if not

Example how you can use this functions in your resource to show or hide GTA V radar pressing F11:

bindKey( "F11", "down",
function()
local R = exports.gta_v_radar
R:showPlayerGTAVRadar( not R:isGTAVRadarShowing() )
end
)
_______________________________

Author of the map image: SergeDV

Other cool resource:
speedcolor - http://community.multitheftauto.com/index.php?p=resources&..mp;id=8011
...

(more)

Download latest version | Report

Version history

Version Publish Date Changes
1.0.1 2014-04-06 10:06:46 This version includes small bug fixes and improvements, and 2 new client functions:
1. Fixed bad radar positioning on some screen resolutions
2. Added new radar size for middle screen sizes - now it looks perfect in any screen size.
3. Added showPlayerGTAVRadar() function, which allows you to hide or show GTA V radar from your resource (see example and syntax in description)
4. Added isGTAVRadarShowing() function
5. Auto hidding standart HUD radar, health and armor
Download
1.0.0 2014-04-03 13:11:52 First public release Download