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.
Chat.say/command binds not working anymoreSolved
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
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
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 postHm, 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"}"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
bind m chat.say 2 /menu
*edit: works with 0 as channel too
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
runescapeHow do I replicate this?: bind chat.say /padmin
Please see above.
Wait for Rustcord to update.zinet2kHow can you show normal words instead of 1's and 0's on discord log with Rustcord?
Wulf
Please see above.
Wait for Rustcord to update.
cheers hermano
runescapeHow do I replicate this?: bind chat.say /padmin
bind p chat.say 2 /padmin
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