Update readme.md

This commit is contained in:
xorzo
2022-07-05 13:54:10 +02:00
committed by GitHub
parent 562e12326f
commit 69335f0fa0
+9 -9
View File
@@ -23,15 +23,15 @@ TriggerEvent("ESX:Notify", "info", 3000, "message here")
```
<h3>Color Code Usage</h3>
- ~r~ = Red
- ~b~ = Blue
- ~g~ = Green
- ~y~ = Yellow
- ~p~ = Purple
- ~c~ = Grey
- ~m~ = Dark Grey
- ~u~ = Black
- ~o~ = Orange
* ~r~ = Red
* ~b~ = Blue
* ~g~ = Green
* ~y~ = Yellow
* ~p~ = Purple
* ~c~ = Grey
* ~m~ = Dark Grey
* ~u~ = Black
* ~o~ = Orange
```lua
ESX.ShowNotification("I i ~r~love~s~ donuts", "success", 3000)