14.11.2009, 20:26
Quote:
Originally Posted by iLinx
but i would try changing the return 1; to a return 0; or something
|
Quote:
Originally Posted by pawn-lang.pdf
error 225 - 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. |