Jump to content

Crip

Member
  • Content Count

    2
  • Joined

  • Last visited

  • Medals

Everything posted by Crip

  1. Hi Soner, I have a question about adding custom kick and ban reasons to appear in the drop down box. I am able to add to the ban messages but not the kick messages. I am not very good with coding so could you give me an idea on what I am doing wrong? class bWRConSettings{ class BanReasons{ class reason0{ Display="Abusive language"; }; class reason1{ Display="Excessive teamkilling"; }; class reason2{ Display="Cheating/Hacking"; }; class reason3{ Display="Example"; }; class reason4{ Display="Example"; }; class reason5{ Display="Example"; }; }; class KickReasons{ class reason0{ Display="Example"; }; class reason1{ Display="Example"; }; class reason2{ Display="Example"; }; class reason3{ Display="Example"; }; class reason4{ Display="Example"; }; class reason5{ Display="Example"; }; }; Thanks, Crip
  2. Hi everyone, I'm looking to see if it is possible to lock certain slots on a server to certain players through an Ip address or GUI ID. Can anyone else help me. I have had a brief look on here for it but couldn't find anything as I don't have a lot of time. If anyone can help it would be must appreciated. Crip
×