happy new year Snow the plugin work's just fine the problem was with the registered command so watch :
#include <amxmodx>
public plugin_init()
register_clcmd("say /maps", "Function");
public Function(id)
show_motd(id, "master", "Mapcycle");
the plugin work's with txt and url but it doesn't work with html
anyway it does what i expected from it . and many thanks
Now another problem how do i make it run multiple of this commands so i don't have to do to many of this pugin and how do i make the txt a sma because now it's work's just with a web compiler not with the one from scripts