GetPlayerGUID

From Onset Developer Wiki
Revision as of 15:15, 21 January 2020 by 28days (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
GetPlayerGUID

Type: Function
Context: Server
Introduced: v1.0

Description

The player's unique identifier based on their computer.

Syntax

GetPlayerGUID(player)

Parameters

  • player
    The player identifier.

Return Value

  • Returns the GUID unique to the player's computer.

Example

GetPlayerGUID(playerid)

See also