Results 1 to 13 of 13

Threaded View

  1. #1
    Caesar1928's Avatar
    Join Date
    Oct 2015
    Gender
    male
    Posts
    45
    Reputation
    10
    Thanks
    14

    [Fab] How to partially stop begging on your server!

    Alright this is pretty straight forward so navigate to wServer/networking/handlers/PlayerTextHandler.cs
    Now find the else statement that contains
    Code:
                        if (client.Player.Muted)
                        {
                            client.Player.SendInfo("{\"key\":\"server.muted\"}");
                            return;
                        }
    and just add this after it
    Code:
                        if (packet.Tex*****ntains("need") && packet.Tex*****ntains("items") ||
                        packet.Tex*****ntains("free") && packet.Tex*****ntains("items") ||
                        packet.Tex*****ntains("give") && packet.Tex*****ntains("items"))
                        {
                            client.Player.SendError("Don't beg!");
                            return;
                        }
    feel free to edit the if statement to your needs (:
     
    Me

  2. The Following User Says Thank You to Caesar1928 For This Useful Post:

    HGAEHaeheadhetdhtertherh (04-22-2016)

Similar Threads

  1. [Tutorial] How to put unlimited slots in your server of TeamSpeak 3 on Windows
    By dreek1 in forum CrossFire Tutorials
    Replies: 1
    Last Post: 09-14-2016, 12:42 AM
  2. Replies: 10
    Last Post: 04-08-2009, 10:48 PM
  3. How Do You Put Pics On Your Signature?
    By alfonso951 in forum Flaming & Rage
    Replies: 13
    Last Post: 01-23-2009, 06:44 AM
  4. How do I stop being DC?
    By JessieHooker in forum Debate Fort
    Replies: 3
    Last Post: 12-24-2008, 12:36 PM
  5. how do u stop
    By bk93kevpro in forum Combat Arms Hacks & Cheats
    Replies: 2
    Last Post: 10-11-2008, 04:47 PM

Tags for this Thread