Using Goto
#1

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");
}
Reply
#2

I don't recommend using goto, because I read it can cause problems.
Reply
#3

mmmmm
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)