05.02.2011, 11:14
This thing can work ? its faster slower ?
pawn Код:
public Function1()
{
if(Var1 == true) goto Test1;
if(Var2 == true) goto Test2;
//
Test1:
print("Test1");
Test2:
print("Test2");
}