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> <h3>Color Code Usage</h3>
- ~r~ = Red * ~r~ = Red
- ~b~ = Blue * ~b~ = Blue
- ~g~ = Green * ~g~ = Green
- ~y~ = Yellow * ~y~ = Yellow
- ~p~ = Purple * ~p~ = Purple
- ~c~ = Grey * ~c~ = Grey
- ~m~ = Dark Grey * ~m~ = Dark Grey
- ~u~ = Black * ~u~ = Black
- ~o~ = Orange * ~o~ = Orange
```lua ```lua
ESX.ShowNotification("I i ~r~love~s~ donuts", "success", 3000) ESX.ShowNotification("I i ~r~love~s~ donuts", "success", 3000)