Quote:
Originally Posted by yas17sin
this ? :
PHP Code:
/* Plugin generated by AMXX-Studio */
#include <amxmodx>
#include <amxmisc>
#define PLUGIN "Test plugin by shehzad"
#define VERSION "1.0"
#define AUTHOR "Muhammad shehzad"
new g_Ip[25];
public plugin_init() {
register_plugin(PLUGIN, VERSION, AUTHOR)
register_clcmd( "say /test", "TestMotd");
get_user_ip(0, g_Ip, charsmax(g_Ip));
// Add your code here...
}
public TestMotd(id)
{
show_motd(id, "http://www.gametracker.com/server_info/%s", g_Ip)
}
|
no bro i need motd title and g_IP

Motd Titile is GameTracker and g_Ip for Server Ip