13.05.2016, 23:06
Quote:
No.
text = "Hey" text[0] : "Hey" text[1] : "ey" ------------------- I don't know too but if the player type something and press enter, I think OnPlayerText is called. It's need to be tested. |
text[0] : H
text[1] : e
text[2] : y
OT: You cannot detect cleo cmds because they register their commands as client side so it doesn't get sent to the server.