GetPlayerBySteamId

From Onset Developer Wiki
Revision as of 20:40, 18 January 2020 by BlueMountains (talk | contribs)
GetPlayerBySteamId

Type: Function
Context: Server
Introduced: v1.0.3

Description

Gets a player by SteamID.

Syntax

GetPlayerBySteamId(steamid)

Parameters

  • steamid
    The SteamId64 as an integer.

Return Value

  • Returns the player identifier. Returns false if no player has the specified steamid.

Example

__EDIT_ME__

See also