21.11.2009, 06:05
Quote:
//I get a tag mismatch here if I change SendClientMessage to GameTextForAll |
pawn Код:
GameTextForAll("HI", 5000, 3 );
pawn Код:
for(new i = 0; i < MAX_PLAYERS; i++)
{
if(IsPlayerConnected(i) == 1) if (PlayerInfo[i][DMMSG] == 1) GameTextForPlayer(i, string, 3000, 4);
}
return 1;