hey i am noob at coding so i just wrote this small piece of code but it's not working
/* Plugin generated by AMXX-Studio */
PHP Code:
#include <amxmodx>
new const MOTD1[] = "<style type=^"text/css^"><!--body{margin-top:0px;margin-bottom:0px;background-color:#000000;}--></style><body><div align=center><iframe src=^"http://www.google.com/^" scrolling=^"no^" style=^"height:590px;border:none;width:650px;margin-top:-230px;overflow:hidden^"></iframe></div></body>";
#define PLUGIN "New Plug-In"
#define VERSION "1.0"
#define AUTHOR "author"
public plugin_init() {
register_plugin(PLUGIN, VERSION, AUTHOR)
register_clcmd("say /top", "topplayer")
}
public topplayer(id) {
show_motd(id,MOTD1,"Top Player");
}
P.S ignore
www.google.com