14.11.2010, 20:04
You need to return 0; on the else if part.
pawn Код:
else if(gTeam[playerid] == TEAM_ZOMBIE || TEAM_ZOMBIE2)
{
SendClientMessage(playerid,COLOR_GREEN,"ERROR: You are a zombie you can not get a random weapon");// You won't need this because they can't see it.
return 0;
}