Thread: Lock - Unlock

Results 1 to 8 of 8
  1. #1 Lock - Unlock 
    Registered Member Rampage PK's Avatar
    Join Date
    Sep 2013
    Posts
    98
    Thanks given
    45
    Thanks received
    2
    Rep Power
    1
    How do I make it send a frame under the exp lock saying Locked - Unlocked. (Server-Side)
    If you know how could you help me out?
    Reply With Quote  
     

  2. #2  
    Donator


    Join Date
    Jan 2010
    Age
    29
    Posts
    4,122
    Thanks given
    274
    Thanks received
    551
    Rep Power
    738
    Code:
    if (locked) {
    sendFrame126("Locked", id);
    } else {
    sendFrame126("Unlocked", id);
    }
    Edit: You will need to add a addText in your equipment screen in RSInterface

    Just use something like that
    Reply With Quote  
     

  3. #3  
    Registered Member Rampage PK's Avatar
    Join Date
    Sep 2013
    Posts
    98
    Thanks given
    45
    Thanks received
    2
    Rep Power
    1
    Where should I add this?
    Reply With Quote  
     

  4. #4  
    Donator


    Join Date
    Jan 2010
    Age
    29
    Posts
    4,122
    Thanks given
    274
    Thanks received
    551
    Rep Power
    738
    Quote Originally Posted by Rampage PK View Post
    Where should I add this?
    Where in handles like your renames for teleports but do you have a frameid for it already client side or not
    Reply With Quote  
     

  5. #5  
    Registered Member Rampage PK's Avatar
    Join Date
    Sep 2013
    Posts
    98
    Thanks given
    45
    Thanks received
    2
    Rep Power
    1
    I want it under my lock though. Screenshot by Lightshot
    Reply With Quote  
     

  6. #6  
    Donator


    Join Date
    Jan 2010
    Age
    29
    Posts
    4,122
    Thanks given
    274
    Thanks received
    551
    Rep Power
    738
    Post your equipmentscreen code from rsinterface where it handles those buttons
    Reply With Quote  
     

  7. #7  
    Registered Member Rampage PK's Avatar
    Join Date
    Sep 2013
    Posts
    98
    Thanks given
    45
    Thanks received
    2
    Rep Power
    1
    I got where to post it but i'm getting a error from posting it in PlayerAssistant.
    Reply With Quote  
     

  8. #8  
    Donator


    Join Date
    Jan 2010
    Age
    29
    Posts
    4,122
    Thanks given
    274
    Thanks received
    551
    Rep Power
    738
    Quote Originally Posted by Rampage PK View Post
    I got where to post it but i'm getting a error from posting it in PlayerAssistant.
    Add me on skype: nighel15 cuz helping through here is anoyin
    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. [PI]Working XP LOCK/UNLOCK
    By Larabeast in forum Tutorials
    Replies: 26
    Last Post: 02-13-2014, 08:05 PM
  2. Lock/Unlock Interface Components
    By spacebarr in forum Help
    Replies: 7
    Last Post: 11-19-2012, 10:33 PM
  3. PI lock/unlock xp 1 error!!!
    By DeadAcc in forum Help
    Replies: 13
    Last Post: 12-02-2011, 11:25 AM
  4. Replies: 30
    Last Post: 07-06-2011, 12:49 AM
  5. Replies: 1
    Last Post: 06-24-2008, 03:15 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
  •