Hi Wulf! Quick question what file would I need to be looking at to change the default chat name from "Server"?
I'm new to programming, but I'm just asking for a pointer in the right direction![]()
Solved Changing SendReply chat name?
Discussion in 'Rust Development' started by Skream, May 4, 2015.
-
Wulf Community Admin
-
Code:SendReply(netuser, string.Format("[color#c33737]{0}[color] - {1} {2}", kitname, kitdescription, options));
Code:SendReply(netuser, string.Format("[SkizM]","[color#c33737]{0}[color] - {1} {2}", kitname, kitdescription, options));
Any ideas? -
Wulf Community Admin
You'd need to switch it to PrintToChat, as SendReply doesn't take a chat name arg.
See https://github.com/OxideMod/Oxide/blob/master/Oxide.Ext.Rust/RustPlugin.cs#L140. -
Hey Wulf, the link is broken. I've searched high and low for a way to change the in chat server name from "Server" and can't even find it in any of the individual plugin files either. Help a brother out?
-
Wulf Community Admin
Code:PrintToChat(player, "Server", "Hello world!");
-
Thank you sir. I also appreciate your hasty responses to my questions. Mucho Appreciado!