Create a notification with our builed in system of notifications

Parameters

  1. Text message

    In the first parameter you will need a string with the text containing your message. This can use the FiveM coloring

Example

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")