Player Location Display street name change

Would there be a way to change a street name in the Player Location Display? An example is changing a street like Olympic Freeway to Interstate 4 on this display:

image

2 Likes

Find the text entry of the street name and use AddTextEntry to override it

1 Like

Okay, I’ll try.

1 Like

would it be something like this:

“Citizen.CreateThread(function()
AddTextEntry(“gameName”, “What you want it to display…”)
end)”

1 Like