distance - shadow distance in pixels, both horizontal and vertical r, g, b, a - color
Syntax
```js mp.game.ui.setTextDropshadow(distance, r, g, b, a); ```
Required Arguments
- distance: int
- r: int
- g: int
- b: int
- a: int
Return value
Example
```js // todo ```
See also