# Player Has Label

FlagsNative | Function

Returns true if the player has the specified label.

# Arguments

  • int — player
  • string — label

Returns — bool

native bool PlayerHasLabel(int inPlayer, string inLabel);

Category: Player / Player Settings

# Examples

— None found —