Table of Contents

Enum NewConnectionResult

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

Represents the result of a new connection attempt in the open.mp server.

public enum NewConnectionResult

Fields

BadMod = 3

The connection attempt failed due to an unsupported or bad modification.

BadName = 2

The connection attempt failed due to an invalid or bad name.

Ignore = 0

The connection attempt should be ignored.

NoPlayerSlot = 4

The connection attempt failed because no player slot was available.

Success = 5

The connection attempt was successful.

VersionMismatch = 1

The connection attempt failed due to a version mismatch.