View Single Post
Maxis010
Senior Member
Join Date: Jun 2009
Old 09-22-2009 , 05:54   Re: FAQ: Sourcemod Newbies Guide
Reply With Quote #12

Quote:
Originally Posted by CrimsonGT View Post
Provided by Tesla-X4:
Q: Can I get admin commands to echo me back that they've done something or get used to trusting something happened, please?

A: Sure, but you'll have to manually edit and recompile the plugin to be able to fix that. (someone else elaborate more on this for me please
Some more A: If the command doesn't already respond then you need to open the source of the plugin that creates that command and add some code to make the command respond, something simple like this would suffice

Code:
ReplyToCommand(client, "[SM] My First Plugin Enabled");
Just make it relevant to the plugin and clear to the user



Hope this is enough elaboration...
Maxis010 is offline