13.12.2013, 21:02
I think this has been already answered,you can just clear the chat which will remove all the messages after the stream
pawn Код:
new i;
for(i=0;i<51;i++)
{
SendClientMessage(playerid, SOME COLOR HERE, " ");
}

