03.06.2013, 12:28
This
If there are no products, quit. If there are products, quit as well. The code below this block can never be reached, hence the warning.
pawn Код:
if(SBizzInfo[i][sbProducts] == 0)
{
GameTextForPlayer(playerid, "~r~Out of stock", 5000, 1);
return 1;
}
else
{
return 1;
}