21.12.2010, 18:19
How can I turn off this chat :
public ClearChatbox(playerid, lines)
{
if (IsPlayerConnected(playerid))
{
for(new i=0; i<lines; i++)
{
SendClientMessage(playerid, COLOR_GREY, "");
}
}
return 1;
}
public OnPlayerText(playerid,text[])
{
return 0;// players can't post...
}