How to change fivem map name


How do I change my fivem map name to my server name

Thats actually not the map name.

Its very simple to do:

Citizen.CreateThread(function()
	Citizen.InvokeNative(GetHashKey("ADD_TEXT_ENTRY"),'FE_THDR_GTAO', 'YOUR NAME HERE!!!')
end)
1 Like

Appreciate it

And what folder I go into to change it?

Just add my snippet to a client script.