Thread: help error 317 pi

Results 1 to 2 of 2
  1. #1 help error 317 pi 
    Banned

    Join Date
    Oct 2012
    Posts
    4,710
    Thanks given
    1,679
    Thanks received
    1,105
    Rep Power
    0





    Code:
    public static final int[] rareitem = { 6885, 7110, 7116}; //training account items

    Code:
    		if (c.isTraining){
    			for (int i : Config.rareitem) {
    				if(c.wearId == i){
    						if (c.getItems().playerHasItem(i)||c.getItems().playerHasEquipped(i)) {
    							c.sendMessage("<shad=132833>This is a training account's item..!");							
    							return;
    						}
    					}
    			}
    		}
    help please?
    Reply With Quote  
     

  2. #2  
    H_E_N_T_A_I_H_E_A_V_E_N_
    Tatsumi's Avatar
    Join Date
    May 2013
    Posts
    1,779
    Thanks given
    537
    Thanks received
    269
    Rep Power
    337
    Did you even import ?
    Attached image
    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. Help Command [317 PI]
    By king dark in forum Snippets
    Replies: 3
    Last Post: 08-14-2016, 02:32 PM
  2. Replies: 4
    Last Post: 04-09-2013, 08:24 PM
  3. [PI][317]Need Help with this error! [317][PI]
    By Yea Im Dylan in forum Help
    Replies: 4
    Last Post: 08-11-2012, 12:12 AM
  4. [PI][317]Need Help with this error! [317][PI]
    By Yea Im Dylan in forum Help
    Replies: 0
    Last Post: 08-09-2012, 09:05 PM
  5. Header Help [currently 317] [PI]
    By Ash Ketchum in forum Help
    Replies: 0
    Last Post: 07-10-2011, 04:57 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
  •