11.12.2011, 05:07
Why would you use a goto loop in that situation?
Also, he asked for the name of them, no the code.
pawn Код:
for(new i; i < 7; i++)
{
if( i == 6 ) i = 0;
}