13.10.2013, 10:23
Use a better title like "warning 225: unreachable code".
Show us lines 35328-35332
That warning is given when you use return and on the next lines there is code.
Show us lines 35328-35332
That warning is given when you use return and on the next lines there is code.
pawn Код:
// Example:
// some code..
SendClientMessage( playerid, -1, "blabla" );
return 1;
new a = GetPlayerScore( playerid ); // warning 225: unreachable code