renzu_hud icon indicating copy to clipboard operation
renzu_hud copied to clipboard

how do i remove old square map ?

Open DopeLovingHippy opened this issue 2 years ago • 1 comments

hello

how do i remove old square map ?

DopeLovingHippy avatar Nov 18 '21 17:11 DopeLovingHippy

renzu_hud/renzu_hud/conf/main.lua

Line 58-61 set config.usecircleminimap = true EXAMPLE:

-- minimap
config.useminimapeverytime = false -- FORCE display radarmap all the time? (USE THIS ONLY IF Some of your other script use displayradar(FALSE) , its advisable to disable this config instead remove it on your other script, default GTA show the Minimap everytime)
config.usecircleminimap = true -- display oval minimap instead of box radar map?
config.removemaphealthandarmor = false -- FORCE REMOVE HEALTHBAR AND ARMOR FROM MINIMAP (This will cause more infinite loop just to disable the hp and armor, will cause more Cpu ms at resmon) -- USE THIS ONLY IF minimap.gfx is not working for you, its on the stream folder, it remove health and armor automatically

I am not Pro, that mean any my suggestions may affect your scripts negative way and I am not responsible for that. Only sharing here my opinions.

Velkostatkar avatar Nov 19 '21 15:11 Velkostatkar