Quote:
Originally Posted by danielpalade
Well for some reason whenever a player says something in chat, it send their message to the whole server.
This is my OnPlayerText.
As you can see there is nothing wrong with it.
How can i fix this?
Код:
public OnPlayerText(playerid, text[])
{
return 1;
}
|
I'm confused what you're trying to do here, please be more specific?