Easy way to clear all chat?
#2

Hm, I'm not sure this will work, I just decided to make this when I viewed this topic.


pawn Код:
#define MAX_CLEARED_MESSAGES 30
pawn Код:
stock ClearPlayerChat(playerid) {
   for(new c = 0; c < MAX_CLEARED_MESSAGES; c++) {
   SendClientMessage(playerid, 0x000000, " ");
   }
}
Reply


Messages In This Thread
Easy way to clear all chat? - by Torran - 11.03.2010, 23:38
Re: Easy way to clear all chat? - by Carlton - 11.03.2010, 23:56
Re: Easy way to clear all chat? - by SpanishMan - 11.03.2010, 23:58
Re: Easy way to clear all chat? - by SpanishMan - 12.03.2010, 00:02
Re: Easy way to clear all chat? - by Carlton - 12.03.2010, 00:04

Forum Jump:


Users browsing this thread: 1 Guest(s)