04.11.2009, 16:26
pawn Код:
switch(gTeam[playerid])
{
case TEAM_BLUE: GameTextForPlayer(playerid, "~b~Welcome to team blue~n~the good side of live!", 5000, 1);
case TEAM_RED: GameTextForPlayer(playerid, "~r~Welcome to team red~n~~n~~n~We have cookies!!!", 5000, 6);
}