Create a notification with our builed in system of notifications
Text message
In the first parameter you will need a string with the text containing your message. This can use the FiveM coloring
Client:
TriggerEvent("koth:notification", "~g~green ~b~blue ~s~~h~bold ~r~Red")
Server:
TriggerClientEvent("koth:notification", source, "~g~green ~b~blue ~s~~h~bold ~r~Red")