Native referenceFiveM

DRAW_DEBUG_TEXT_2D

0xA3BB2E9555C05A8F GRAPHICS
FUNCTION SIGNATURE
void DRAW_DEBUG_TEXT_2D(char* text, float x, float y, float z, int red, int green, int blue, int alpha);
Property Value
Native Name DRAW_DEBUG_TEXT_2D
Hash 0xA3BB2E9555C05A8F
Return Type void
Parameters text (char*), x (float), y (float), z (float), red (int), green (int), blue (int), alpha (int)

Description: ``` NOTE: Debugging functions are not present in the retail version of the game.

Back to GRAPHICS