Advertisement
Guest User

Untitled

a guest
Jun 2nd, 2018
116
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1.             if (sUniqId != undefined && (sUniqId.length > 0 && (sUniqId != "" && !_loc16)))
  2.             {
  3.                 var _loc18 = false;
  4.                 var _loc19 = 0;
  5.                
  6.                 while (++_loc19, _loc19 < this.api.lang.getConfigText("ENABLED_SERVER_REPORT_LIST").length)
  7.                 {
  8.                     if (this.api.lang.getConfigText("ENABLED_SERVER_REPORT_LIST")[_loc19] == this.api.datacenter.Basics.aks_current_server.id)
  9.                     {
  10.                         _loc18 = true;
  11.                         break;
  12.                     } // end if
  13.                 } // end while
  14.                 if (_loc18)
  15.                 {
  16.                     _loc15.addItem(this.api.lang.getText("REPORT_SENTANCE"), this.api.kernel.GameManager, this.api.kernel.GameManager.reportSentance, [_loc14, _loc13, sUniqId, _loc9]);
  17.                 } // end if
  18.             } // end if
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement