Skip to content

getBanNeonID

Server-side

Available in Neon, not standard MTA

Reads the Neon account UUID stored on a server ban.

Syntax

string|false getBanNeonID(ban theBan)

Arguments

theBanban

Ban element to inspect.

Returns

The stored Neon account UUID, or false when the ban is invalid or has no Neon identity.

Ownership and lifecycle

Verified player identifiers belong to the authenticated connection and are read-only to resources. Identity bans persist in the normal server ban list; their enforcement depends on a later connection supplying a verified Neon identity.

OOP aliases

  • ban:getNeonID()
  • ban.neonID

Where this comes from

RELATED NEON APIS

Continue exploring

Read the system guide →