Textdraw
#3

Quote:
Originally Posted by DaRk_RaiN
Посмотреть сообщение
Unreachable code is for an extra bracket (symbol is never used: "gMyPlayerText")is because you never showed the Textdraw (loose indentation)is nothing you should be worried about it comes when you don't match the lines kinda.
No.

Unreachable code is exactly what it says - the code can't be reached because it's being stopped (by a return) before hand. For example:

pawn Код:
SomeFunction(params)
{
    // code
    return 1;

    // more code - this is unreachable
}
Reply


Messages In This Thread
Textdraw - by DerickClark - 23.12.2012, 17:47
Re: Textdraw - by DaRk_RaiN - 23.12.2012, 17:59
Re: Textdraw - by MP2 - 23.12.2012, 18:49

Forum Jump:


Users browsing this thread: 1 Guest(s)