14.12.2009, 16:03
Quote:
Originally Posted by kilt
alright so I've come to the conclusion I'd rather create some empty lines to wipe out the annoying chat.
Can anybody help me out with it? Would be greatly appreciated. Thanks |
pawn Код:
stock ClearText(playerid)
{
for(new m = 0; m < 20; m++) SendClientMessage(playerid, 0xFFFFFFAA, " ");
return true;
}