31.07.2010, 19:07
A loop?
pawn Код:
for (new i = 0; i < CellB1[22]; i++)
{
//Then the thing to check if 1 cell is open, but instead of using "CellB1[1]" use: CellB1[i]
}