27.02.2011, 01:28
Hi guys, I have a problem with my gm, i have 4 warnings for this code.
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
Код:
{ 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; }
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