Information
Set a pedestrians eye color based on the integers between 0 and 31.
Syntax
``` player.setEyeColor(index); ```
Required Arguments
- index: int
Return value
- Undefined
Example
``` mp.players.local.setEyeColor(1); ```
Set a pedestrians eye color based on the integers between 0 and 31.
``` player.setEyeColor(index); ```
``` mp.players.local.setEyeColor(1); ```