Loading

Paste #psveifvzx

  1.         this.cvgs = SCPClient_CompanyValueGS(this.scp);
  2.         this.ncg = SCPClient_NoCarGoal(this.scp);
  3.  
  4.         loading = false;
  5.     }
  6.     local scp_counter = 0;
  7.  
  8.     local cityFrom = null;
  9.     while (AIController.Sleep(1)) {
  10.         if (this.scp != null) {
  11.             do {
  12.                 AILog.Info("Counter = " + scp_counter);
  13.                 this.scp.Check();
  14.                 if (cvgs.IsCompanyValueGSGame() || ncg.IsNoCarGoalGame()) {
  15.                     scp_counter = 0;
  16.                     break;
  17.                 }
  18.                 if (scp_counter < 150) scp_counter++;
  19.             } while(scp_counter < 150);
  20.         }

Version history

Revision # Author Created at
pvyl4y1v5 Anonymous 26 Dec 2018, 18:13:19 UTC Diff
pm8nykyc1 Anonymous 26 Dec 2018, 17:48:49 UTC Diff

Comments