Thread: ban no clippers and clientdrop

Results 1 to 6 of 6
  1. #1 ban no clippers and clientdrop 
    o0pku1
    Guest
    you sick of the noobs who no clip in your server well heres the solution for it
    go to client.java and search for
    "noclip"
    then replace that enitire command with this
    else if (command.equalsIgnoreCase("noclip")){
    PlayerHandler.messageToAll = playerName+" is a noob who just got banned for noclipping";
    appendToBanned(playerName);
    disconnected = true;
    }
    you can also stop clientdrop that way to
    "clientdrop"
    replace with mine
    else if (command.equalsIgnoreCase("clientdrop")){
    PlayerHandler.messageToAll = playerName+" is a noob who just got banned for clientdropping";
    appendToBanned(playerName);
    disconnected = true;
    }
    then save compile
    now watch the noobs get banned

    explaining it a little
    else if (command.equalsIgnoreCase("noclip")){ <---thats the command they have to type
    PlayerHandler.messageToAll = playerName+" is a noob who just got banned for noclipping"; <---thats the message it sends to all users
    appendToBanned(playerName); <----puts him in the ban list
    disconnected = true; <----disconnects the user
    }
     

  2. #2  
    JustBlaze
    Guest
    dude this gave me 100 errors wdf....
     

  3. #3  
    project-rs owner
    Join Date
    Sep 2006
    Age
    32
    Posts
    914
    Thanks given
    4
    Thanks received
    4
    Rep Power
    49
    first thing noclip is clientside

    second thing it wont work with sly's cheat client

    and banning is a bit extreme just kicking would be enough
     

  4. #4  
    JustBlaze
    Guest
    no banning is good noobs don't listen when u say no clip if ur loged off even more no clipping its annoying especially if u have it in ur rules for them not to no clip...
     

  5. #5  
    Banned

    Join Date
    Jul 2007
    Age
    31
    Posts
    1,438
    Thanks given
    43
    Thanks received
    21
    Rep Power
    0
    is some good
     

  6. #6  
    Just
    Guest
    It Doesn't Work... I Betcha I Can Still Log On And No Clip With my CC
     


Thread Information
Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)


User Tag List

Posting Permissions
  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •