Skip to content

Commit

Permalink
Update BeginTextCommandDisplayText.md
Browse files Browse the repository at this point in the history
  • Loading branch information
niekschoemaker authored Oct 17, 2023
1 parent 9ef853c commit 6acc2e8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions HUD/BeginTextCommandDisplayText.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,13 @@ AddTextEntry("HELLO_WORLD", "Hello World")
SetTextFont(0)
SetTextScale(0.0, 0.30)
BegintTextCommandDisplayText("HELLO_WORLD")
BeginTextCommandDisplayText("HELLO_WORLD")
EndTextCommandDisplayText(0.3, 0.3)
-- Display text with substring
SetTextFont(0)
SetTextScale(0.0, 0.30)
BegintTextCommandDisplayText("STRING")
BeginTextCommandDisplayText("STRING")
AddTextComponentSubstringPlayerName("Hello World")
EndTextCommandDisplayText(0.3, 0.3)
```

0 comments on commit 6acc2e8

Please sign in to comment.