Quote:
Originally Posted by RealCop228
Change this:
to this:
When you "return 0", it means you are stopping the callback from fully funcitoning and since that callback is called each time someone types a message, you need to return something greater than 0. That way, it will finish functioning...
|
He has his own chat code. Returning 0 in OnPlayerText only stops the default SA:MP chat from appearing. Returning 0 isn't always a bad thing.