private int pick_a_field()
{
if (counter > 24)
{
counter = 0;
return counter;
}
else
{
counter++;
return counter;
}

}

Top 100 Top 100 7 dni