How to hide plugin chat command for rust server?
I want to hide /kit command
/Kit will dont show anything when player type it in chat.How to do it.
thanks.
Hide chat command responses from plugin?
edit the cs search for [ChatCommand( "kit" )] rename to somthing else. example [ChatCommand( "adminonlykit" )]
You should be able to hook using OnPlayerCommand and changing the response as well.
thank you.
Merged post
Hi,
I want to hide /kit
But I dont want to hide /kit vip1
how to set it?
Merged post
I want to hide /kit command
/Kit will dont show anything when player type it in chat.
But I dont want to hide /kit vip1
How to set it?
thanks.