# Set Player Console Skin

Grammar — Set Player player’s console skin to consoleSkin.
FlagsNative | Action | Internal

Sets the console skin of the specified player.

# Arguments

  • int — Player
  • string [ gamelink::ConsoleSkin ] — Console Skin

Returns — void

native void PlayerSetConsoleSkin(
	int player,
	string consoleSkin,
);

Category: Player / Player Settings

# Examples

— None found —