Thread: [PI] help please

Results 1 to 4 of 4
  1. #1 [PI] help please 
    Registered Member
    Join Date
    Aug 2012
    Posts
    8
    Thanks given
    0
    Thanks received
    0
    Rep Power
    0
    firstly on my server admins have the right to spawn but i don't want them to be able to spawn how can i change if they can spawn or not?

    also when i im at duel and if i wear a 2h weapon before i go in if i turn shields of it doesn't take the wepon if even though shields is turned off please someone help!!

    thank you
    Reply With Quote  
     

  2. #2  
    Spoonfeed Me Bitch
    AddictivePkz's Avatar
    Join Date
    Jun 2012
    Age
    28
    Posts
    733
    Thanks given
    79
    Thanks received
    51
    Rep Power
    0
    For your first question go to commands.java and search for
    Code:
     if(playerCommand.startsWith("item")
    and make it say
    Code:
     if(playerCommand.startsWith("item") && c.playerRights == 3) {
    Not sure about the second one. i guess it doesnt consider 2h's as a shield not sure how to fix that.
    Quote Originally Posted by Fakeblitz View Post
    What does [PI] mean? (sorry i am used to 503+)
    And what base is this?
    Reply With Quote  
     

  3. #3  
    Registered Member
    Join Date
    Aug 2012
    Posts
    8
    Thanks given
    0
    Thanks received
    0
    Rep Power
    0
    i cant find that in commands thats what im saying
    Reply With Quote  
     

  4. #4  
    Registered Member

    Join Date
    May 2009
    Posts
    1,440
    Thanks given
    655
    Thanks received
    530
    Rep Power
    366
    Just search the terms "item" or perhaps "pickup"
    Retired from RSPS development 2008-2018
    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
  •