|
Author
|
Message
|
|
Junior Member
|

04-11-2017
, 22:42
Hiding commands in public chat
|
#1
|
Hello,
In CS 1.6 AMXX How do I go about making it so that when people type the following commands in my server, the commands are only shown to that player, not the whole server. Also, I don't want the command to show up as having been typed.
So:
If a player types "thetime" or "/rank" I do not want the command to publicly show up in the server. I only want them to see the return from that command. I don't want other players to see "thetime".
I want to do this for thetime, /rank, /top15, /hp, /nextmap, and /timeleft.
Any help would be appreciated. I saw posts from searching about using PUBLIC_HANDLED and stuff like that, but I couldn't figure out what file to put that in or where to put it.
Thanks in advance.
Last edited by asw32; 04-13-2017 at 19:55.
|
|
|
|