Why is this happening ?
#2

Most of the times, this warning is given if you return something and at the next line there is code.

Quote:
Originally Posted by Pawn Language Guide
unreachable code

The indicated code will never run, because an instruction before
(above) it causes a jump out of the function, out of a loop
or elsewhere. Look for return, break, continue and goto
instructions above the indicated line. Unreachable code can also
be caused by an endless loop above the indicated line.
Reply


Messages In This Thread
Why is this happening ? - by Johnson_Brooks - 15.05.2014, 19:35
Re: Why is this happening ? - by Konstantinos - 15.05.2014, 19:39
Re: Why is this happening ? - by Johnson_Brooks - 15.05.2014, 19:53

Forum Jump:


Users browsing this thread: 1 Guest(s)