/abl-redminimap

fivem-redminimap

Primary LanguageLua

a minimap works fine with 0r-hud

  • abdel4999 : retextured
  • BuddyBoyVilla : first changes

Original map

https://www.gta5-mods.com/misc/atlas-colored-map-16k-that-also-works-in-radar

Info

Retextured by abdel4999

Preview / Textures : minimap_sea_0_0

  • and more

Installation

1 ADD .lua file in fxmanifest.lua

Go to 0r-hud/fxmanifest.lua and add

 "client/minimap.lua"

in client_scripts {} image Like That

client_scripts {
    "client/utils.lua",
    "client/variables.lua",
    "client/functions.lua",
    "client/events.lua",
    "client/nui.lua",
    "client/threads.lua",
    "client/commands.lua",
    "client/minimap.lua" -- < < < here is
}

2 Add .lua File

drag "minimap.lua" file from "abl-redminimap/lua folder and drop it in "0r-hud"/"client" folder

  • example

3 Add Stream Folder

drag "stream" folder from "abl-redminimap"/"STREAMASSESTS"/"stream" folder and drop it in "0r-hud" folder

  • image

)

4 Fix Bugs

a - Open "Visual Studio Code" b - press "CTRL + K + O" c - Select you server folder Press "open" d - press <CTRL + SHIFT + F> e - Search For " SetMapZoomDataLevel , SetRadarZoom , SetRadarAsInteriorThisFrame " And remove them

Note : "Dont remove them from "0r-hud"/"client"/"minimap.lua"

  • Search in your server SetMapZoomDataLevel, SetRadarZoom, SetRadarAsInteriorThisFrame and remove them , <Dont remove them from <"0r-hud"/"client"/"minimap.lua">

cayo minimap

"0r-hud"/"client"/"minimap.lua"

local cayopericoactive = true -- false if no

Enjooy ❤

Note : Dont give texture support / do it you're seld