1. Куча / Говнокод #6331

    +131

    1. 01
    2. 02
    3. 03
    4. 04
    5. 05
    6. 06
    7. 07
    8. 08
    9. 09
    10. 10
    11. 11
    12. 12
    13. 13
    14. 14
    15. 15
    16. 16
    17. 17
    18. 18
    19. 19
    if (continue == false and repair_clock_Contact(objGame, tActivElem[k], tVal) == true) then
                if (repair_clock_IsElemInTable(tRotateElem, tVal) ~= false) then
                  if (repair_clock_IsElemInTable(tPreviousElem, tVal) == false) then
                    --PINDEC!!! NIXTO NE KRYTITSYA! VSEM VUITI IZ SYMRAKA!!!;
                    repair_clock_StopAllElem(objGame);
                    return;
                  else
                    intWithPrev = intWithPrev + 1;
                    if (intWithPrev > 1) then
                      --PINDEC!!! NIXTO NE KRYTITSYA! VSEM VUITI IZ SYMRAKA!!!;
                      repair_clock_StopAllElem(objGame);
                      return;
                    end
                  end
                else
                  table.insert (tElem, tVal);
                end
                  table.insert (tElem, tVal);
              end

    Проверка вращения шестерёнок в часах.

    Запостил: MAGnit, 13 Апреля 2011

    Комментарии (7) RSS

    Добавить комментарий