11.03.2010, 23:56
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, " ");
}
}