Hey. How do I get player from OnPlayerChat(ConsoleSystem.Arg arg) (using RustPlugin not CovalencePlugin)?
Player name from OnPlayerChatSolved
The plugin type wouldn’t matter, the hook is usable in either. You can get the BasePlayer by using arg.ToPlayer() or other direct casting methods.
Locked automatically