See the reply ↑
Good work! Just a question how can I zoom out? Zoom is so high with last version
Mby you should update your Github? With these changes @barium made?
how to remove the grey circle line
Hey, I realized that when we’re in the pause menu, we keep seeing the gray line, so I gave you a little fix.
there is the fix :
local isPause = false
local uiHidden = false
Citizen.CreateThread(function()
while true do
Wait(0)
if IsBigmapActive() or IsPauseMenuActive() and not isPause then
if not uiHidden then
SendNUIMessage({
action = "hideUI"
})
uiHidden = true
end
elseif uiHidden or IsPauseMenuActive() and isPause then
SendNUIMessage({
action = "displayUI"
})
uiHidden = false
end
end
end)
here we go.
Hello, The Serverside version 1.4 doesn’t work it just shows the bigmap not adding the UI
Is there a way to move the whole thing to the left without making the map look distorted
Hello, how can i resize the map? it is too big for me. i want the circle to be a little smaller
I’ve installed that version of this resource,
But, im having a issue… When we disable scripthook the map looks like this:
If i want to have the resource working, i need to restart it AFTER i joined… (Yes, i start the resource in the resources.cfg, and yes, i also execute the resources.cfg)
This is how it looks after i restart the script (still without scripthook allowed)
Do you have any ideas why its doing this or a possible solution?
hiii there… well first off all nice one on this…
but i had a question… how to make the circle go more to the left…
So it will look better for our server…
And yes i have been trying… but i guess allot of wrong
OMG, thank you so much for sharing! This is a realy good one and so happy they alse remove those standard healthbars. Realy good job man! Keep up the good works!
next pls make a forza scoreboard with the players that would be nice for my drift server
did you ever figure this out?
Nope, no idea
Did you ever figure this out?
no (5 char)
You need to fix the dimensions due to the waypoint and blips going out of the border.
any way to get the icons to not flow out of circle
scale it