Player::setEyeColor

From RAGE Multiplayer Wiki

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);

See also