Advertisement
Guest User

Untitled

a guest
Sep 17th, 2017
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. for (_local14 in _arg10) {
  2.                     if (_arg10[_local14].id == server.getMyId()){
  3.                         if ((_arg10[_local14].flags & SocketCommunicator.DMG_FLAG_CRACKED_ARMOR) == 0){
  4.                             if (_arg10[_local14].deliveryTime == 0){
  5.                                 if ((_arg10[_local14].flags & SocketCommunicator.DMG_SHIELD) == 0){
  6.                                     pm.getPlayer(server.getMyId()).damage(_arg10[_local14].damage, _arg1);
  7.                                 } else {
  8.                                     pm.getPlayer(server.getMyId()).damageShield(_arg10[_local14].damage, _arg1);
  9.                                 };
  10.                             } else {
  11.                                 pm.getPlayer(server.getMyId()).applyPoison(_arg10[_local14].damage, _arg10[_local14].deliveryTime, _arg1);
  12.                             };
  13.                         } else {
  14.                             pm.getPlayer(server.getMyId()).setCrackedArmor(true);
  15.                         };
  16.                     };
  17.                 };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement