Garry's Mod Wiki

Player:GetName

  string Player:GetName()

Description

Returns the player's name, this is an alias of Player:Nick.

This function overrides Entity:GetName (in the Lua metatable, not in c++), keep it in mind when dealing with ents.FindByName or any engine function which requires the mapping name.

Returns

1 string
The player's name.

Example

Prints the player's name

print( Entity( 1 ):GetName() )
Output: Player1