Quote:
Originally Posted by Calgon
Quote:
Originally Posted by ssǝן‾ʎ
SendClientMessageForPlayer is useful for writing chat systems as you can control exactly who gets what message.
|
And really a waste of code, honestly you could make something that does the same, the code is sending two client messages, anyone can do that.. And it's a waste of code IMO.
|
It's not a waste...you can easily make a ignore system with it...and it wont send 2 messages when you change the return 1 to return 0 (OnPlayerText)...