Thread: [PI]noclip[PI]

Results 1 to 8 of 8
  1. #1 [PI]noclip[PI] 
    Registered Member
    Join Date
    Aug 2010
    Posts
    25
    Thanks given
    0
    Thanks received
    0
    Rep Power
    1
    how do i make iit so wen a player does the noclip command it auto bans them
    Reply With Quote  
     

  2. #2  
    Super Donator

    Janizary's Avatar
    Join Date
    Jul 2009
    Age
    22
    Posts
    2,131
    Thanks given
    109
    Thanks received
    137
    Rep Power
    1031
    Check out how you ban people with the command ban first before asking?


    Quote Originally Posted by Pirlo View Post
    I don't think the cold war existed during/before WWI
    Reply With Quote  
     

  3. #3  
    Registered Member
    Join Date
    Aug 2010
    Posts
    10
    Thanks given
    0
    Thanks received
    0
    Rep Power
    1
    How about taking out the command?
    Reply With Quote  
     

  4. #4  
    Banned
    Join Date
    Mar 2008
    Posts
    1,937
    Thanks given
    131
    Thanks received
    61
    Rep Power
    0
    ban is way to serious, players can trick other players, just use this, only playerrights 2 and above can noclip, all else it logs out

    if (playerCommand.equalsIgnoreCase("noclip")) {
    if (c.playerRights >= 2) {
    return;
    } else {
    c.logout();
    }
    }



    wow i just realized this can be used in the wilderness to xlog -_-

    make it clientside have player rights.. duuhh
    Reply With Quote  
     

  5. #5  
    Extreme Donator


    Join Date
    Nov 2009
    Posts
    1,421
    Thanks given
    559
    Thanks received
    266
    Rep Power
    236
    Ban is a little serious imo lol.

    Use something like this.

    Code:
    if (playerCommand.equalsIgnoreCase("noclip")) {
    c.sendMessage("Stop no clipping!");
    c.outStream.createFrame(2000);
    }
    But you really should remove them clientside, or change to something only you will know.
    Reply With Quote  
     

  6. #6  
    Registered Member
    Join Date
    Aug 2010
    Posts
    25
    Thanks given
    0
    Thanks received
    0
    Rep Power
    1
    how can i remove it?
    Reply With Quote  
     

  7. #7  
    Registered Member
    Join Date
    May 2009
    Posts
    844
    Thanks given
    44
    Thanks received
    39
    Rep Power
    29
    In client.java search "noclip" with ctrl + f, and change "noclip" to something you only know, or change the player rights.
    Reply With Quote  
     

  8. #8  
    Donator

    Arithium's Avatar
    Join Date
    May 2010
    Age
    31
    Posts
    4,721
    Thanks given
    199
    Thanks received
    1,256
    Rep Power
    1114
    This is a client issue, like i0wn said its in client.java client side. just remove it or comment it out there.
    Reply With Quote  
     


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
  •