Chat.say/command binds not working anymoreSolved
Binds for chat.say and a command are just replying with true in chat now, not sure how this is going to be fixed but this was being used for admin commands. Not sure how to get this to work.
Those binds would need to be updated to account for changes with Rust's chat, namely the channel being the first argument.

To bind a chat command now you must specify a channel 0-1 0 for global and 1 for team chat. Example: bind 0 chat.say /command
5c2d88ae4ea06.jpg Wulf
Those binds would need to be updated to account for changes with Rust's chat, namely the channel being the first argument.

To bind a chat command now you must specify a channel 0-1 0 for global and 1 for team chat. Example: bind 0 chat.say /command

Thank you! You're a life saver.

Merged post

Hm, it still doesn't seem to be working. Example bind 0 L chat.say "/skinbox" replying with True still
yeah having the exact same problem
Try with:
bind l "chat.say {0, "/skinbox"}"
5c2d88ae4ea06.jpg Wulf
Try with:
bind l "chat.say {0, "/skinbox"}"

No luck with that one either

Try without that first 0. Updated posts above.
Got it working like this:

bind m chat.say 2 /menu

*edit: works with 0 as channel too
5c2d88ae4ea06.jpg Wulf
Try without that first 0. Updated posts above.

It worked! Thank you sir :)

How can you show normal words instead of 1's and 0's on discord log with Rustcord?
How do I replicate this?: bind chat.say /padmin
runescape
How do I replicate this?: bind chat.say /padmin

Please see above.

zinet2k
How can you show normal words instead of 1's and 0's on discord log with Rustcord?
Wait for Rustcord to update.
5c2d88ae4ea06.jpg Wulf

Please see above.

Wait for Rustcord to update.

cheers hermano

runescape
How do I replicate this?: bind chat.say /padmin

bind p chat.say 2 /padmin

5dc48a8061e0d.jpg?uid=5dc48a8ee78ff zinet2k

bind p chat.say 2 /padmin

Thank you. But what does the 2 do? Isn't 0 global and 1 team chat?

Locked automatically