Guest User

Untitled

a guest
Oct 23rd, 2017
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.95 KB | None | 0 0
  1. Alt:
  2.  
  3. for(i = 0; i < IMirrorController.MirrorCount; i++)
  4. {
  5. if(i != 0)
  6. print("\r\n");
  7. print("\r\n[b]Mirror: " + IntToStr(I + 1) + "[/b]\r\n");
  8. for(j = 0; j < IMirrorController.Mirror[I].CrypterCount; j++)
  9. {
  10. print("\r\n[spoiler][url=" + IMirrorController.Mirror[I].Crypter[J].Link + "]" + IMirrorController.Mirror[I].Hoster + " [img]" + IMirrorController.Mirror[I].Crypter[J].StatusImage + "[/img][/url][/spoiler]");
  11. }
  12.  
  13.  
  14.  
  15. Neu:
  16.  
  17. for(i = 0; i < IMirrorController.MirrorCount; i++)
  18. {
  19. if(i != 0)
  20. print("\r\n");
  21. // Hier wird nun der Hoster augegeben
  22. print("\r\n[b]" + IMirrorController.Mirror[I].Hoster + "[/b]\r\n");
  23.  
  24. for(j = 0; j < IMirrorController.Mirror[I].CrypterCount; j++)
  25. {
  26. print("\r\n[spoiler][url=" + IMirrorController.Mirror[I].Crypter[J].Link + "]" + IMirrorController.Mirror[I].Crypter[J].Hoster + " [img]" + IMirrorController.Mirror[I].Crypter[J].Link + "-t.png[/img][/url][/spoiler]");
  27. }
  28. }
  29. I>
Add Comment
Please, Sign In to add comment