Thread: PI - Staff item loss, and Admin's Problem

Results 1 to 4 of 4
  1. #1 PI - Staff item loss, and Admin's Problem 
    Registered Member
    Join Date
    Apr 2011
    Posts
    462
    Thanks given
    109
    Thanks received
    38
    Rep Power
    12
    I'm currently using a PI source, and I have fixed most of my problems except these 2.

    -When an Admin/Owner dies, they lose their items.
    How to do I stop them losing their items?

    -Admin's don't have the privilege to spawn.
    I know I can do this but I'm not trying hard enough.

    Does anyone know how to six these?

    I would really appreciate it.
    Reply With Quote  
     

  2. #2  
    OoO Donor <3
    Rockstar Jax's Avatar
    Join Date
    Mar 2011
    Age
    27
    Posts
    608
    Thanks given
    77
    Thanks received
    78
    Rep Power
    21
    PlayerAssistant.java
    public void giveLife() {
    if (!c.inPits && !c.inFightCaves()
    Yours might be longer add this
    && c.playerRights != 3)
    Mine looks like this
    if (!c.inPits && !c.inFightCaves() && !c.inFunPk() && !c.inFunPk2() && c.playerRights != 3) {
    Reply With Quote  
     

  3. #3  
    Registered Member
    Join Date
    Apr 2011
    Posts
    462
    Thanks given
    109
    Thanks received
    38
    Rep Power
    12
    Ahhh, it worked! Thanks Now I don't have to worry about dieing haha.
    Reply With Quote  
     

  4. #4  
    Registered Member
    Join Date
    May 2011
    Posts
    4
    Thanks given
    0
    Thanks received
    0
    Rep Power
    0
    oh i got same problem ill have owner to never lose stuff but make regular players lose stuff in pvp only not outside pvp how to do that??
    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] Trade Disconnect Item Loss Fix
    By Jinx in forum Snippets
    Replies: 7
    Last Post: 12-21-2011, 11:58 PM
  2. Random loss of item
    By Swifty in forum Help
    Replies: 5
    Last Post: 06-30-2009, 07:21 AM
  3. {delta} Item loss probs
    By mudvayne5493 in forum Help
    Replies: 1
    Last Post: 02-22-2009, 11:42 PM
  4. Admin's Cant Attack/Be Attacked! <3
    By Lost.Legacy in forum Tutorials
    Replies: 10
    Last Post: 11-09-2008, 06:39 AM
  5. Admin's Cannot Attack Players.(explained)
    By rickard82 in forum Tutorials
    Replies: 3
    Last Post: 08-03-2008, 02:22 AM
Posting Permissions
  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •