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

rssRectangle minimap (rectangleminimap)

Category:script
Author(s):Jayceon
Downloads:9201
Rate:You need to be logged in to vote
Rating:4.1 (47 Votes)
Description:
Minimap functions:
- Zoom in/out with + and - (+vehicle speed)
- Blip ordering
- Exclusive blip (always visible on radar border)
- Radar area support!
- /togradar - show / hide minimap
- F11 Map (mouse wheel to zoom)

Exported functions:
- getMinimapState
- getBigmapState (F11 Map)

How to create north blip?
local northBlip = createBlip(0, 3000, 0, 0); -- create main blip
setElementData(northBlip, 'blipIcon', 'north'); -- set blip icon to 'north'
setElementData(northBlip, 'exclusiveBlip', true); -- always visible on radar border
setBlipOrdering(northBlip, 2000); -- set ordering

Download latest version | Report

Version history

Version Publish Date Changes
1.0.7 2017-06-27 15:59:20 Fixed getMapFromWorldPosition and getWorldFromMapPosition function. Download
1.0.61 2016-05-14 18:20:12 F11 radar fix (small typo = other players moving when you moving the map) Download
1.0.6 2016-05-06 16:22:28 Movable F11 map (Open map and press Left CTRL to show/hide mouse, next = click anywhere on the map and move your cursor) | Added GPS location to F11 Download
1.0.5 2016-04-14 11:57:39 Uncompiled version release Download
1.0.43 2016-04-03 13:13:26 Fixed F11 Radar area bugs Download
1.0.42 2016-03-28 14:02:22 Added F11 Radar areas | Fixed minimap radar area blending (bad color) Download
1.0.41 2016-03-27 12:50:59 Fixed small typo Download
1.0.4 2016-03-27 00:01:57 F11 Map, Small fixes, Small settings in sourceG.lua
Zoom fix, Interior GPS lost connection, New textures,
Health / Armor / Oxygen, Alpha
Download
1.0.3 2016-02-12 16:58:59 Fixed other player position errors Download
1.0.2 2016-02-04 20:56:10 Added player blip colors -> getPlayerNametagColor Download
1.0.1 2016-02-04 13:33:50 Added players on map, automatic hide gta radar Download
1.0.0 2016-02-03 17:32:05 First public release Download