Thread: jail

Results 1 to 6 of 6
  1. #1 jail 
    Donator

    Join Date
    Jul 2013
    Posts
    488
    Thanks given
    21
    Thanks received
    42
    Rep Power
    0
    I have made a jail system, and it works. The player cannot tele or walk. However.. the player can right click follow and run out of the cage (jail). How to i stop following in jail?
    Reply With Quote  
     

  2. #2  
    Banned

    Join Date
    Apr 2013
    Posts
    1,614
    Thanks given
    410
    Thanks received
    475
    Rep Power
    0
    Add clipping or in the player following method add a check to see if player is jailed and if so returning false, it will return.

    If (player.isInJail)
    return;
    Reply With Quote  
     

  3. #3  
    Registered Member
    Join Date
    Oct 2010
    Posts
    560
    Thanks given
    85
    Thanks received
    21
    Rep Power
    16
    Quote Originally Posted by trees View Post
    Add clipping or in the player following method add a check to see if player is jailed and if so returning false, it will return.

    If (player.isInJail)
    return;
    as he said:
    if (c.inJail()) {
    c.sendMessage("You cant follow someone in the jail");
    return;
    }

    Spoiler for Rs3 Account:
    Reply With Quote  
     

  4. #4  
    Registered Member
    Karma_K's Avatar
    Join Date
    Nov 2012
    Posts
    4,283
    Thanks given
    152
    Thanks received
    610
    Rep Power
    108
    Just add follow clipping.. No point of cheap haxxing when a proper fix is released
    Reply With Quote  
     

  5. #5  
    Donator

    Join Date
    Jul 2013
    Posts
    488
    Thanks given
    21
    Thanks received
    42
    Rep Power
    0
    Quote Originally Posted by Karma_K View Post
    Just add follow clipping.. No point of cheap haxxing when a proper fix is released
    i used the search bar and found bad results, mind linking me?
    Reply With Quote  
     

  6. #6  
    Registered Member
    Karma_K's Avatar
    Join Date
    Nov 2012
    Posts
    4,283
    Thanks given
    152
    Thanks received
    610
    Rep Power
    108
    Quote Originally Posted by pabb View Post
    i used the search bar and found bad results, mind linking me?
    http://www.rune-server.org/runescape...-clipping.html
    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

Similar Threads

  1. The Ultimate Jail Command
    By Nets8 in forum Tutorials
    Replies: 7
    Last Post: 06-14-2008, 07:27 PM
  2. Jail for naughty people
    By xx k03d xx in forum Tutorials
    Replies: 33
    Last Post: 06-04-2008, 01:46 PM
  3. jail command with loggout dissabled;)
    By i hmmm i in forum Tutorials
    Replies: 25
    Last Post: 02-19-2008, 05:32 PM
  4. Anti-Mass - With jailing!
    By bloodychef in forum Tutorials
    Replies: 10
    Last Post: 02-12-2008, 10:56 PM
  5. Replies: 7
    Last Post: 01-27-2008, 04:54 PM
Posting Permissions
  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •