Graphics::drawLightWithRangeAndShadow
Syntax
```js mp.game.graphics.drawLightWithRangeAndShadow(x, y, z, r, g, b, range, intensity, shadow); ```
Required Arguments
- x: float
- y: float
- z: float
- r: int
- g: int
- b: int
- range: float
- intensity: float
- shadow: float
Return value
- Undefined
Example
```js // todo ```