Chat.say/command binds not working anymoreSolved

vanish padmin admin backpack same say this message all my bind since the update

(11:39:32) | [Better Chat] Killeroox: True

(11:39:32) | {

"Channel": 0,

"Message": "Killeroox: True",

"UserId": "76561198096517697",

"Username": "Killeroox",

"Color": "#55aaff",

"Time": 1573209608

}

(11:39:39) | [Better Chat] Killeroox: True

(11:39:39) | {

"Channel": 0,

"Message": "Killeroox: True",

"UserId": "76561198096517697",

"Username": "Killeroox",

"Color": "#55aaff",

"Time": 1573209615

Kleementin
If I press a key I binded a function of a plugin like /remove with this won't have an effect except writing "True" in the chat.
Any idea how to solve that?

same problem with my all binds :/ backpack vanish admin padmin :/

(11:39:32) | [Better Chat] Killeroox: True

(11:39:32) | {

"Channel": 0,

"Message": "Killeroox: True",

"UserId": "76561198096517697",

"Username": "Killeroox",

"Color": "#55aaff",

"Time": 1573209608

}

(11:39:39) | [Better Chat] Killeroox: True

(11:39:39) | {

"Channel": 0,

"Message": "Killeroox: True",

"UserId": "76561198096517697",

"Username": "Killeroox",

"Color": "#55aaff",

"Time": 1573209615

The answer has already been posted, but only works for commands without a space (such as /remove or /vanish).

However when you have a command with spaces in between like "/bgrade 4" or "/home name" then it doesn't work.

Any workaround?

Obviously I already tried putting it between quotes etc
same issue about True from all commands, its something to do with Chat.say not sending correctly. i think facepunch have changed the command but dont know what the new one is yet
Goldie
The answer has already been posted, but only works for commands without a space (such as /remove or /vanish).

However when you have a command with spaces in between like "/bgrade 4" or "/home name" then it doesn't work.

Any workaround?

Obviously I already tried putting it between quotes etc

bind k 2 "chat.say \"/command arg\""

The same concept would apply from before the Rust update.

5c2d88ae4ea06.jpg Wulf

bind k 2 "chat.say \"/command arg\""

The same concept would apply from before the Rust update.

/backpack /admin /padmin /vanish when i type this the player say True 

(15:23:51) | [Better Chat] [Bois] Killeroox: True

(15:23:51) | {

"Channel": 0,

"Message": "[Bois] Killeroox: True",

"UserId": "76561198096517697",

"Username": "Killeroox",

"Color": "#55aaff",

"Time": 1573223068

5d7b931a7e07e.jpg Killeroox

/backpack /admin /padmin /vanish when i type this the player say True 

(15:23:51) | [Better Chat] [Bois] Killeroox: True

(15:23:51) | {

"Channel": 0,

"Message": "[Bois] Killeroox: True",

"UserId": "76561198096517697",

"Username": "Killeroox",

"Color": "#55aaff",

"Time": 1573223068

Sorry, try:
bind k "chat.say 2 \"/command arg\""

or

bind k chat.say 2 "/command arg"
Thanks, that last one works for me.

coool

 

News binds

bind b "chat.say {0, "/backpack"

bind l "chat.say {0, "/admin"

bind k "chat.say {0, "/padmin"

bind m "chat.say {0, "/vanish"

i used to have it set to the letter T but when ever i press it now it just says "true" in chat, i have tried rebinding it but no luck.

plz help
Only place I can post this :(   , map is only showing "O" when a player chats.
Hi! How do I get BuildingUpgrade.cs to work after the update?

"chat.say 2 \"/upgrade 1\" - a command of two values does not work.
I use the CustomMenu.cs plugin with the GUI associated with buildingupgrade.cs to improve buildings. It matters 
upgrade 0-4
0 - off
1- wood
2- stone.
3- metal.
4 - armor

ChatCommand to modify the "/upgrade 0-4" building improvements

when I write in cfg file CustomMenu.cs
"chat.say 2 \"/upgrade 1\"" - an error occurs
bind m chat.say 2 /map
5c2d88ae4ea06.jpg Wulf
Sorry, try:
bind k "chat.say 2 \"/command arg\""

or

bind k chat.say 2 "/command arg"

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

Locked automatically