Garry's Mod Wiki

player.GetByAccountID

  Player player.GetByAccountID( number accountID )

Description

Tried to get the player with the specified Player:AccountID.

Internally this function iterates over all players in the server, meaning it can be quite expensive in a performance-critical context.

Arguments

1 number accountID
The Player:AccountID to find the player by.

Returns

1 Player
Player if one is found, false otherwise.