31.07.2014, 10:38
I've searched around for this but to no avail.
I want to create a feature that allows you to send a message using a symbol (for example @ or #), like this:
Typing
would appear as
in the chat.
Basically the @ or # would be used as a command, as if it were /chat. How would I go about this?
I want to create a feature that allows you to send a message using a symbol (for example @ or #), like this:
Typing
Код:
@Hello!
Код:
-CHAT- Hello!
Basically the @ or # would be used as a command, as if it were /chat. How would I go about this?