09.01.2012, 10:35
Quote:
It happend to me, too .... You just got a filterscript with a wrong callback. In filterscript must be return 0; and in gamemode return 1;
|
However, OnPlayerCommandText Callback it returns a value (0) both. On Gamemode and FilterScript too.
@MR,Mr
The "T" Chat is OnPlayerText Callback, right. Make sure you have returned the correct values, otherwise it will be bugged. It sometimes happens!