UI Color

Simple instructions on how to change UI Color

  1. Go to config/config.lua and find Config.DefaultColor. Below you will find all supported colors.

Even after changing default color in config, you will still be able to use other colors by setting an color parameter when using an export.

For example:

exports['coachHint']:ShowHint('Any title', 'This is example hint description', 'red')

Code above will open display a Hint with red background.

Last updated