11.01.2015, 14:23
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?
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; }