Numos59 / darkrp

Automatically exported from code.google.com/p/darkrp
0 stars 2 forks source link

Chat commands not been hidden from other players #327

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
When you use a chat command, sometimes it is displayed in the chat to all 
players except you, and in some cases it shows your steam name and the command, 
which you can see.

I noticed this with /unownalldoors and /toggleown. Not sure if it's other 
commands or just the door ones.

Latest SVN revision, no errors.

Original issue reported on code.google.com by ch...@watersideway.plus.com on 8 Jun 2010 at 10:06

GoogleCodeExporter commented 8 years ago
You must be using some sort of chat adaptation mod, like a grammar plugin or 
something.

DarkRP doesn't hide the command for just one person. It returns "" serverside. 
This means that it hides for everyone, you can't return "" for the one who 
executes it and return text for everyone else. That's impossible.

Original comment by fpeijnen...@gmail.com on 9 Jun 2010 at 8:39

GoogleCodeExporter commented 8 years ago
Well it's doing it, no chat adaptation or anything. The only other thing I have 
that uses the chat is ULX.

Original comment by ch...@watersideway.plus.com on 9 Jun 2010 at 11:56

GoogleCodeExporter commented 8 years ago
This bug report is really vague. Something like this can't happen "sometimes" 
unless it errors on the server. Also showing for everyone but the person who 
executes is impossible.

Original comment by fpeijnen...@gmail.com on 9 Jun 2010 at 12:23

GoogleCodeExporter commented 8 years ago
I'll go and test it some more, find out exactly when it does it and with what 
commands.

Original comment by ch...@watersideway.plus.com on 9 Jun 2010 at 12:30

GoogleCodeExporter commented 8 years ago
Fixed in one of latest revisions.

Original comment by fpeijnen...@gmail.com on 10 Jun 2010 at 8:43