[Release] Street Label

Thanks for a quick update to the large hitch warning. If you’d like to make a pull request/merge on the initial git repository I wouldn’t mind making the approval as I do currently have an updated script in the works using JavaScript natives and fullscreen NUI.

For now, I have no issues with your slight revamp here as long as its not posted in a release claimed as your own. :grin:

On another note I encourage you & fellow other developers with knowledge behind FiveM Natives and JavaScript ES6 to reach out to me via DM/Discord if you’d like to collaborate on tbe updated version of street Label with credit where due.

1 Like

Is there a way to change the streetnames in this? I’d like to change the NOOSE HQ to SAHP’s Headquarters

editing with Y X axes its broken

v1.0.0

With the help from @Slyforn, we have replaced the old FiveM natives in v0.1 with a revamped NUI that runs surely a lot smoother getting rid of that awful hitch warning of 0.55ms+. This update is by far the largest update this mod has received and with the current way the mod is configured, it opens a lot more opportunities for configuring it further. Furthermore, you can expect the following from this update:

  • An easier way to manage the configuration file via config.lua file.
  • The ability to change the position and size of each HUD element.

To receive the current stable build - v1.0.0, visit the Github repository Releases page and extract the contents of the .zip file/archive to your server-data/resources/ and ensure you’ve added the following to you’re server.cfg file:

start streetLabel

1 Like

When I’m out of the vehicle it disappears
I have

vehicleCheck = false;

Our mess up :sweat_smile: had not noticed we’ve never changed the variable in the client.lua file. I will push an additional update in the near future. For now, you can fix this by changing client.lua:40 - https://github.com/codibez/streetLabel/blob/master/client.lua#L40

if (checkForVehicle == false or veh ~= 0) then 

to

if (config.vehicleCheck == false or veh ~= 0) then 
1 Like

Ok, thanks

How do i make it smaller
i really do love this script but just way to big

Can you reply the Config lines you have please

i downloaded it exactly how it says and it doesn’t even appear on the screen

by default the HUD will only be displayed when you are inside a vehicle. Change this in the config.lua file and ensure vehicleCheck is set to false.

With the newest version 1.0.0 there is currently no way to change the overall size of the HUD on simply one change of the config.lua file although you may adjust the size of each element of the HUD by incrementing the config.size of each element. As a note; the size of each element is calculated using the viewport-width attribute.

still doesnt work i get this error

@lowheartrate Yeah man its not working i change the fxmainfest to a __lua because it wasn’t working i change the folder name nothing is working

yikes, NUI’s are sensitive and last thing you’ll want to be doing is changing the extensions of names on files for the hopes for things to work properly :sweat_smile: everything is set as it should and the only thing(s) that should be changed are those values defined the in the config.lua file.

If you’d like to take your bug to my DM I’ll see what exactly is happening as I have tested the release of this version before updating it with the intention that everything works as intended.

Yo, is there an option to hide the hud? Cus i can’t turn it off.
Or is there an option to hide it on command?

when you hid the hud it only hides the native gta v hud not anything you add in

hey i cant find that speacial StreetLabel alot of Servers have it but the new one is ugly can i have a link

can u tell me the position you have that set to please

Im having a issue where it says “streetLabel does not specify a fx_version in fxmanifest.lua”
streetLabel not started