Skip to content

DrawText3Ds

Draws 3D text on the specified coords

Argument Data Type Needed Default Description
Coords vector3 - The coordinates to create the 3d text
Text string - The text
Scale number 0.35 The scale of the text
Font number 4 The font, on the fivem native reference there isnt a list

Need to be called every frame


Example
DrawText3Ds(vector3(0.0, 0.0, 0.0), "Test")

Last update: April 12, 2022
Created: June 27, 2021