Quote:
Originally Posted by asw32
Where do I add that on? I'm trying to learn how to do some of this stuff, I'm not real good at it. Where should I look to add on client_print? And what does that do?
|
You won't add anything. You need to edit the plugin that produces the message and change the print statement to send it only to the person who typed the command. That is often a
client_print() with a 0 and often the variable for the player who used the command is
id (this is not always the case, you just have to look at the code to see what the variable names are).
__________________