Hiya,
I'm trying to get a player name from a Steam ID ulong - so far I have this which was a solution I found in the forum here:
But this errors out saying `BasePlayer` doesn't have a `FindPlayer` method, I also tried dropping in `FindPlayerByID` but got the same :(
Any help appreciated on this.
Thanks.
I'm trying to get a player name from a Steam ID ulong - so far I have this which was a solution I found in the forum here:
BasePlayer player = BasePlayer.FindPlayer(id);
string playerName = player.displayName;But this errors out saying `BasePlayer` doesn't have a `FindPlayer` method, I also tried dropping in `FindPlayerByID` but got the same :(
Any help appreciated on this.
Thanks.