UI Color
Simple instructions on how to change UI Color
Go to config/config.lua and find Config.DefaultColor. Below you will find all supported colors.
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