On the Luzid gameing 2x server their /players command print to the in-game f1 menu how is that done?
Printing command output to F1 console?
You’d run the “echo” command on the player along with the information you’d like. I believe the method used for Rust would be player.SendConsoleCommand or just SendCommand (unsure off the top of my head). The universal method (for IPlayer) would be player.Command(“echo text”).
Alright thanks wulf