02.10.2013, 12:50
I just started my rp server and me and my friend found out that everyone can see the normal chat when you are writing. But how do i delete that ?
public OnPlayerText(playerid, text[])
{
// How you wish to process the chat here
return 0; // prevents making use of the chat
}