Enum NewConnectionResult
Represents the result of a new connection attempt in the open.mp server.
public enum NewConnectionResult
Fields
BadMod = 3The connection attempt failed due to an unsupported or bad modification.
BadName = 2The connection attempt failed due to an invalid or bad name.
Ignore = 0The connection attempt should be ignored.
NoPlayerSlot = 4The connection attempt failed because no player slot was available.
Success = 5The connection attempt was successful.
VersionMismatch = 1The connection attempt failed due to a version mismatch.