Chat.say/command binds not working anymoreSolved
CheekyFace

It's not working. "text" in chat for commands of two values (words, words and numbers)
example   
bind u chat.say 2 "/upgrade 2" - not working
bind u "chat.say 2 \"/upgrade 2\"" - not working

Wulf, where are you, i need you help

Sounds like you have an outdated chat plugin then.
CheekyFace

It's not working. "text" in chat for commands of two values (words, words and numbers)
example   
bind u chat.say 2 "/upgrade 2" - not working
bind u "chat.say 2 \"/upgrade 2\"" - not working

Wulf, where are you, i need you help

If this doesnt work then i'd say you have other issues
bind u chat.say {0, "/upgrade 2"}\

Try bind u chat.say 0 "/upgrade 2"\
ONLY format that worked for me (with other chat commands that need arguments, I don't use that particular plugin). For the record, I don't use any chat plugins.

EDIT: forgot to include the chat channel, post fixed now.

 

5bc0743ae5f23.jpg PedroNF

Try bind u chat.say "/upgrade 2"\
ONLY format that worked for me (with other chat commands that need arguments, I don't use that particular plugin). For the record, I don't use any chat plugins.

The proper format is the chat channel before the command as shown in previous examples. The way you are using it is outdated and will not work going forward.

5c2d88ae4ea06.jpg Wulf

The proper format is the chat channel before the command as shown in previous examples. The way you are using it is outdated and will not work going forward.

You're right, I've fixed it. Wrote it in a hurry and didn't notice I had forgotten the channel.

chat.say seems no longer to work everytime example

bind x chat.say /remove
bind x chat.say "/remove"

no longer works and put out in chat true or false

bind x chat.say 0 /remove
how to fix binds and /home for example? on better chat? thank you
Revert to the old way of doing binds. No more "chat.say 0 ". Get rid of the 0 and just do "chat.say".
ok thank you
Locked automatically