GetPlayerGUID

From Onset Developer Wiki
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