Player name from OnPlayerChatSolved
Hey. How do I get player from OnPlayerChat(ConsoleSystem.Arg arg) (using RustPlugin not CovalencePlugin)?
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.
In response to Wulf ():
The plugin type wouldn’t matter, the hook is usable in either. You can get the BasePlayer by using a...
Ok thanks Wulf. :)
Locked automatically