Thread: Need help with ::master command [PI]

Results 1 to 3 of 3
  1. #1 Need help with ::master command [PI] 
    Proud User
    Join Date
    Feb 2011
    Posts
    530
    Thanks given
    69
    Thanks received
    28
    Rep Power
    29
    Okay how can i make this command for normal players because right now its for owner only i think.

    Here is the code.

    if (playerCommand.equalsIgnoreCase("master")) {
    for (int i = 0; i < 21; i++) {
    c.playerLevel[i] = 99;
    c.playerXP[i] = c.getPA().getXPForLevel(100);
    c.getPA().refreshSkill(i);
    }
    c.getPA().requestUpdates();
    }
    Reply With Quote  
     

  2. #2  
    Registered Member
    Join Date
    May 2009
    Posts
    844
    Thanks given
    44
    Thanks received
    39
    Rep Power
    29
    Put it in the right part under playerCommands...
    Reply With Quote  
     

  3. #3  
    Registered Member spikemaster1's Avatar
    Join Date
    May 2011
    Posts
    235
    Thanks given
    74
    Thanks received
    15
    Rep Power
    8
    Add it under/above another player command eg; :layers
    Quote Originally Posted by i hit u quit View Post
    i always get this when i compile i need help btw running windows 7 x64
    Quote Originally Posted by i hit u quit View Post
    /close had friend help me fix
    Quote Originally Posted by spikemaster1 View Post
    its not a fucking error he cant fix this
    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. new type of pure command or master command
    By brodyjenkins in forum Configuration
    Replies: 18
    Last Post: 05-16-2010, 07:59 AM
  2. Master command
    By sunscape in forum Help
    Replies: 0
    Last Post: 06-06-2009, 04:25 PM
  3. Need master command! Will rep
    By walid in forum Help
    Replies: 9
    Last Post: 01-25-2009, 06:38 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
  •