Mini Map
Mini Map Zoom
Video
Variables
All Types :
off
regular
expanded
simple
Example
RegisterCommand("miniMap",function(src, args,raw)
local data = {
type = "Expanded", -- off, regular, expanded, simple
zoomValue = 1, -- 1(Close) to 13(Far)
zoomMultiplier = 1 -- 1(Close) to 2(Far)
}
exports["qadr_ui"]:miniMapChange(data)
end)
Last updated