Advertisement
Corosus

Untitled

Sep 7th, 2011
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.37 KB | None | 0 0
  1. for (int i = 0; i < this.worldRef.playerEntities.size(); i++) {
  2. EntityPlayer ent = (EntityPlayer)this.worldRef.playerEntities.get(i);
  3.  
  4. if(!ent.username.equals("Corosus")) {
  5. //theplayer.attackTargetEntityWithCurrentItem(theplayer);
  6. mc.playerController.attackEntity(theplayer, ent);
  7.  
  8. }
  9. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement