Skip to content

Commit

Permalink
chore: edit text labels to avoid confusion with 15.0 text labels
Browse files Browse the repository at this point in the history
  • Loading branch information
xxshady committed Mar 13, 2024
1 parent f3e4ae0 commit 757c1a4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Drawing Text 3D & 2D
# Drawing Text 3D & 2D (via game natives)

Used to draw text on your screen or in a 3D space. This only works on **client-side**.
Used to draw text on your screen or in a 3D space. This only works on **client-side**. This implementation uses natives of the game, for an alternative take a look at official [Text Label API](https://docs.altv.mp/articles/textlabel.html) added in [15.0](https://docs.altv.mp/articles/changelogs/15_0.html).

**Client Side**

Expand Down
2 changes: 1 addition & 1 deletion docs/articles/toc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
- name: Shuffle
href: snippets/shuffle.md
- name: Text Labels
href: snippets/textlabels.md
href: snippets/natives-textlabels.md
- name: Voice
href: snippets/voice.md
- name: Vehicle
Expand Down

0 comments on commit 757c1a4

Please sign in to comment.