12.12.2010, 20:29
Quote:
I'd suggest to use this:
Near the top of the script: pawn Код:
pawn Код:
|
pawn Код:
stock ClearChatForPlayer(playerid)
{
foreach2(i, 50) SendClientMessage(playerid,COLOR_WHITE, " ");
}
I'd suggest to use this:
Near the top of the script: pawn Код:
pawn Код:
|
stock ClearChatForPlayer(playerid)
{
foreach2(i, 50) SendClientMessage(playerid,COLOR_WHITE, " ");
}