31.01.2013, 19:31
The problem is quite clear...you are returning a value (that returned by CallLocalFunction) before the warning line. It is unreachable!
If you don't understand how it is unreachable, look through the pawn_lang.pdf for return statements (and honestly you should have looked there anyway to find the error/warning and how to fix it).
If you don't understand how it is unreachable, look through the pawn_lang.pdf for return statements (and honestly you should have looked there anyway to find the error/warning and how to fix it).