# Attribute Player Value

Grammarattribute value for player player
FlagsNative | Function

Returns a player-specific attribute value which was configured in the lobby before starting the game.

# Arguments

  • string [ attributeplayer ] — Attribute
  • int — Player

Returns — string [ attributevalue ]

native string GameAttributePlayerValue(
	string name,
	int player,
);

Category: Game / Game Settings

# Examples

— None found —