Quote:
Originally Posted by SuperViper
You have to make sure that at the end of OnPlayerText, it says return 0; and not return 1;. Returning 0 prevents the default built-in message from being sent.
If it still gets sent, then an include or a plugin you're using may be the cause of this problem.
|
Oh, i placed return 0; at the end and its working fine now. Thanks for the helping.