Get player ID that ran a command?Solved
Chat command hooks provide an instance of IPlayer.  How do you recommend getting the executing player's ID?

Edit: By ID I mean the ID returned by BasePlayer.userID.
player.Id
My apologies, I saw that was a string and wrongly assumed it was a different ID (not ulong).  :)
You can convert to ulong, otherwise it is the same.
Locked automatically