diff --git a/docs/articles/snippets/textlabels.md b/docs/articles/snippets/natives-textlabels.md similarity index 88% rename from docs/articles/snippets/textlabels.md rename to docs/articles/snippets/natives-textlabels.md index d4f8e244..98b4ea23 100644 --- a/docs/articles/snippets/textlabels.md +++ b/docs/articles/snippets/natives-textlabels.md @@ -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** diff --git a/docs/articles/toc.yml b/docs/articles/toc.yml index 5befd658..689f158f 100644 --- a/docs/articles/toc.yml +++ b/docs/articles/toc.yml @@ -38,7 +38,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