1. 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 :p
     
  2. Wulf

    Wulf Community Admin

    Plugins can set that when they send the chat message.
     
  3. Thats what I thought: (some code from renebs kits)

    Code:
    SendReply(netuser, string.Format("[color#c33737]{0}[color] - {1} {2}", kitname, kitdescription, options));
    And instinctively I changed it to :

    Code:
    SendReply(netuser, string.Format("[SkizM]","[color#c33737]{0}[color] - {1} {2}", kitname, kitdescription, options));
    But it didn't work xD I get "Server: [SkizM]"

    Any ideas?
     
  4. Wulf

    Wulf Community Admin

  5. 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?
     
  6. Wulf

    Wulf Community Admin

  7. Thank you sir. I also appreciate your hasty responses to my questions. Mucho Appreciado!