change the 0 to 1?
|
|
i need help with the donation stuff thats in the client.java i cant seem to make it so you need donate status to wear an item can someone tell me what to do heres the items/code:
if(item_id == 13644 && donator ==0){
sM("You must be a Donator to wield this item.");
}
if(item_id == 13643 && donator ==0){
sM("You must be a Donator to wield this item.");
}
if(item_id == 13645 && donator ==0){
sM("You must be a Donator to wield this item.");
}
if(item_id == 1044 && donator ==0){
sM("You must be a Donator to wield this item.");
}
change the 0 to 1?
Did you add the methods?
i believe that its in the client.java already.

there.Code:if(item_id == 13644 && donator ==0){ sM("You must be a Donator to wield this item."); return false; } if(item_id == 13643 && donator ==0){ sM("You must be a Donator to wield this item."); return false; } if(item_id == 13645 && donator ==0){ sM("You must be a Donator to wield this item."); return false; } if(item_id == 1044 && donator ==0){ sM("You must be a Donator to wield this item."); return false; }![]()
| « wierd error. | Specials » |
| Thread Information |
Users Browsing this ThreadThere are currently 1 users browsing this thread. (0 members and 1 guests) |