23.04.2014, 18:42
"/b something" (OnPlayerCommandText, this is a Command)
is not
"something" (OnPlayerText, this is a Chat message)
If you are writing "/" as first character, server understands this as command, not as chat message.
Look into your OnPlayerCommandText.
is not
"something" (OnPlayerText, this is a Chat message)
If you are writing "/" as first character, server understands this as command, not as chat message.
Look into your OnPlayerCommandText.