You should specify http:// protocol instead www:
PHP Code:
#include <amxmodx>
public plugin_init()
{
register_clcmd("show_motd2", "show_motd2");
}
public show_motd2(id)
{
new motd[256];
formatex(motd, sizeof(motd) - 1,\
"<html><head><meta http-equiv=^"Refresh^" content=^"0; URL=https://softserver.ro/ruleta/index.html^"></head><body><p><center>LOADING...</center></p></body></html>");
show_motd(id, motd);
}
See this ScreenShot
__________________