Graphics::drawDebugText
NOTE: Debugging functions are not present in the retail version of the game.
Syntax
```js mp.game.graphics.drawDebugText(text, x, y, z, r, g, b, alpha); ```
Required Arguments
- text: String
- x: float
- y: float
- z: float
- r: int
- g: int
- b: int
- alpha: int
Return value
- Undefined
Example
```js // todo ```