Noice!
20charsgoddamn
just noticed that the colour doesnt change when facing ne
sorry for all the posts but the street name goes to the bottom when facing SE too
Fixed/Updated the file to fix the color not being affected while facing SE (thank you for bringing it to my attention). As for the location of the city/town youâre in not being in the proper position, that is not happening to me here.
have you moved the position of yours? ill put my back to the original to see if moving it might be the case
Just did and noticed it, fix coming here shortlyâŚ
Just moved to to default pos, works fine then. Looks to be moving it that causes that bug
ah alright, thanks!
20chars-_-
Issue should be fixed now, sorry about that (thanks again for reporting the bug(s)).
Np, happy to help!
Thanks you for the script, its nice for some trades.
How can I reduce the size? I find it a little big
Which part, you mean like the text size or the compass, cause i figured out the text part but when i change the other parts it goes a bit weird
hugh looks like player location display
I think its intended to be
Thank you IllusiveTea,
All, Compass, street name
The compass section seems to go weird when i change that part, ill look into that part, but for the text line 17 :
change: SetTextScale(scale, scale)
to : SetTextScale(scale, 0.35)
or whatever you want the size to be
thank you
PLEASE read the description of the script before you comment!
As @sadboilogan said, its a bit weird when you change the scale of the text and it doesnât look right. Maybe I will be able to figure something out later on.
for k,v in pairs(directions)do
direction = GetEntityHeading(GetPlayerPed(-1))
if(math.abs(direction - k) < 22.5)then
direction = v
break;
end
end
this will fix the issue with the player not in the right way