Quote:
Originally Posted by Oskar
Code:
#include <amxmodx>
public plugin_init()
{
register_clcmd("SS1","cmd_ss1")
}
public cmd_ss1(id)
{
client_cmd(id,"snapshot")
client_cmd(id,"say SS-Taken")
}
Although this will only work when the client is in a server with this plugin.
|
Well I know I could have done that, but the point is to allow the user to do it while on other servers too :-\.
I can exec the alias through amx_exec, but not client_cmd...that is what gets me. Hmm...
__________________