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