Table of Contents

Enum EPlayerNameStatus

Namespace
SampSharp.OpenMp.Core.Api
Assembly
SampSharp.OpenMp.Core.dll

Represents the status of a player's name during validation or update operations.

public enum EPlayerNameStatus

Fields

Invalid = 2

The player's name is invalid and does not meet the required criteria.

Taken = 1

The player's name is already taken by another player.

Updated = 0

The player's name was successfully updated.