Unreachable code - PAWN bug - pragma?
#3

You've been given all the information you need. None the less, enjoy:

pawn Код:
{
                    goto next;
                }
            }
        }
        return 1;

next: // <= warning here
        for(new i = 0; i < MAX_PLAYERS; i++)
        {
            if(PlayerInfo[i][cjoin] == true)
            {
Please note that it isn't the line causing it, that's the return.
Reply


Messages In This Thread
Unreachable code - PAWN bug - pragma? - by Lazarus - 25.01.2009, 02:07
Re: Unreachable code - PAWN bug - pragma? - by Mikep - 25.01.2009, 02:12
Re: Unreachable code - PAWN bug - pragma? - by Lazarus - 25.01.2009, 02:18
Re: Unreachable code - PAWN bug - pragma? - by Cueball - 25.01.2009, 04:47
Re: Unreachable code - PAWN bug - pragma? - by Lazarus - 25.01.2009, 05:00
Re: Unreachable code - PAWN bug - pragma? - by Cueball - 25.01.2009, 06:04
Re: Unreachable code - PAWN bug - pragma? - by Backwardsman97 - 25.01.2009, 06:25
Re: Unreachable code - PAWN bug - pragma? - by Lazarus - 25.01.2009, 16:10
Re: Unreachable code - PAWN bug - pragma? - by yom - 25.01.2009, 16:14
Re: Unreachable code - PAWN bug - pragma? - by Finn - 25.01.2009, 18:16

Forum Jump:


Users browsing this thread: 2 Guest(s)