Native referenceFiveM

DRAW_DEBUG_TEXT

0x3903E216620488E8 GRAPHICS
FUNCTION SIGNATURE
void DRAW_DEBUG_TEXT(char* text, float x, float y, float z, int red, int green, int blue, int alpha);
Property Value
Native Name DRAW_DEBUG_TEXT
Hash 0x3903E216620488E8
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