14.05.2009, 10:04
but what is the diffrence?
have to do that so it will be like this:
have to do that so it will be like this:
Код:
forward Clue3 ();
public Clue3 ()
{
if (PotStatus == 1) {
CASE 1
Clue = 3;
SendClientMessageToAll(COLOR_WHITE, "------------[Hidden Pot]------------");
SendClientMessageToAll(COLOR_LIGHTBLUEGREEN, " BaySide шож щмйщй: дтййшд ");
SendClientMessageToAll(COLOR_LIGHTBLUEGREEN, " [ма тебг лшвт] /Clues - мшщйоъ дшожйн");
SendClientMessageToAll(COLOR_LIGHTBLUEGREEN, " .жде дшож дазшеп");
SendClientMessageToAll(COLOR_WHITE, "____________________________________");
CASE 2
SendClientMessageToAll(COLOR_WHITE, "------------[Hidden Pot]------------");
SendClientMessageToAll(COLOR_LIGHTBLUEGREEN, " ....");
SendClientMessageToAll(COLOR_LIGHTBLUEGREEN, " [ма тебг лшвт] /Clues - мшщйоъ дшожйн");
SendClientMessageToAll(COLOR_LIGHTBLUEGREEN, " .жде дшож дазшеп");
SendClientMessageToAll(COLOR_WHITE, "____________________________________");
} else
return 1;
}

