/* Plugin generated by AMXX-Studio */ #include <amxmodx> #include <amxmisc> #define PLUGIN "NewPlug-In" #define VERSION "1.0" #define AUTHOR "CheQ" public plugin_init() { register_plugin(PLUGIN, VERSION, AUTHOR) register_clcmd("say /cośtam","kom") register_clcmd("say_team /cośtam","kom") } public kom(id) { show_motd(id, "nazwa_pliku.html", "Tytuł motd") // Pokaż motd. }Nazwa_pliku.html to stona w folderze cstrike w której jest odnośnik do Twojej strony
