Problem. 4 Warnings.
#1

Hi guys, I have a problem with my gm, i have 4 warnings for this code.
Код:
    {
    new string[50];
    format(string, sizeof(string), "GROOVE", playerid);
    GameTextForPlayer(playerid, string, 3000, 4);
}
	return 1;
    {
    new string[50];
    format(string, sizeof(string), "BALLAS", playerid);
    GameTextForPlayer(playerid, string, 3000, 4);
}
	return 1;
	{
    new string[50];
    format(string, sizeof(string), "VAGOS", playerid);
    GameTextForPlayer(playerid, string, 3000, 4);
}
	return 1;
    {
    new string[50];
    format(string, sizeof(string), "POLIZIA", playerid);
    GameTextForPlayer(playerid, string, 3000, 4);
}
	return 1;
    {
    new string[50];
    format(string, sizeof(string), "AZTECAS", playerid);
    GameTextForPlayer(playerid, string, 3000, 4);
}
	return 1;
}
The Warnings are:
warning 225: unreachable code
warning 225: unreachable code
warning 225: unreachable code
warning 225: unreachable code

What i done wrong? Thanks for help.

P.S. I'm a Really noob with pawno XD
Reply


Messages In This Thread
Problem. 4 Warnings. - by Manuwar - 27.02.2011, 01:28
AW: Problem. 4 Warnings. - by BlackWolf120 - 27.02.2011, 01:30
Re: Problem. 4 Warnings. - by Manuwar - 27.02.2011, 01:34
AW: Problem. 4 Warnings. - by BlackWolf120 - 27.02.2011, 01:38

Forum Jump:


Users browsing this thread: 3 Guest(s)