Warning 225: unreachable code.
#1

I compile my gamemode and pawno get me this error... Warning 225: unreachable code.
Here is the code:
Код:
if(dialogid == KickBox)
{
	if(response)
	{
			SendClientMessage(playerid,COLORE_ROSSO, "Thanks to accepted the rules!");
		}
		else
		{
			SendClientMessage(playerid,COLORE_ROSSO, "Fuckoff bitch");
			}
			Kick(playerid);
			}
		return 1;
		}
Help
Reply


Messages In This Thread
Warning 225: unreachable code. - by Macros50 - 28.09.2011, 13:56
Re: Warning 225: unreachable code. - by aRoach - 28.09.2011, 14:09

Forum Jump:


Users browsing this thread: 1 Guest(s)