Skip to content

isPlayerNeonAuthenticated

Server-side

Available in Neon, not standard MTA

Reports whether the server accepted a signed Neon Identity ticket for this player connection.

Syntax

bool isPlayerNeonAuthenticated(player thePlayer)

Arguments

thePlayerplayer

Connected player to inspect.

Returns

true only when the player has a verified Neon identity; false for an invalid or unauthenticated player.

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

  • player:isNeonAuthenticated()

Where this comes from

RELATED NEON APIS

Continue exploring

Read the system guide →