Fivem Gta Escape Menu (Colour Customization)
You can customize the colour of deafault Gta 5 Escape Menu (like in the examples images)
Examples:
2:
Config:
Config.GTAMenu = {
top = {
texture = {
UseTexture = false, -- Set to true to use texture, false to use text
TextureDict = "name_of_the_texture_inside_the_ytd", -- if UseTexture is set to true, this is the name of the texture inside the ytd
TextureFile = "name_of_the_ytd",
Width = 150,
Height = 50
},
text = "Server Name", -- if UseTexture is set to false, this is the text that will be displayed in the top of the menu
},
menu = {
ChangeColor = true, -- Set to true to change the color of the menu
colors = {
TextUnselected = { r = 255, g = 165, b = 0, a = 200 }, -- unselected text and Selected Menu (Blip list, menu ecc)
TextSelected = { r = 255, g = 255, b = 255, a = 200 }, -- selected text (Blip list, menu ecc)
MenuUnselected = { r = 75, g = 0, b = 130, a = 150 }, -- unselected menu (Blip list, menu ecc)
MapBackground = { r = 255, g = 173, b = 0, a = 255 }, -- map background (255 - Transparent)
OtherLines = { r = 255, g = 173, b = 0, a = 200 } -- Color for other lines and menu selection bar
}
}
}
Discord support: Discord
| Code is accessible | No |
| Subscription-based | No |
| Lines (approximately) | 200+ |
| Requirements | No |
| Support | Yes |

