Hey Friends 
i need your help i want i transfer same file in other server then gametracker open hi server ip example 1st time this file on this ip 1.1.10.11.1:111 then show like http://www.gametracker.com/server_info/1.1.10.11.1:111
and i transfer this file in other server same server copy current sv ip i think need Formatex
Sorry For My bad English
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 IP[19]
public plugin_init() {
register_plugin(PLUGIN, VERSION, AUTHOR)
register_clcmd( "say /test", "TestMotd");
// Add your code here...
}
public TestMotd(id)
{
get_user_ip(0, IP, charsmax(IP))
show_motd(id, "http://www.gametracker.com/server_info/%s", "GameTracker", ip)
}
Errors :-
HTML Code:
Welcome to the AMX Mod X 1.8.1-300 Compiler.
Copyright (c) 1997-2013 ITB CompuPhase, AMX Mod X Team
Error: Number of arguments does not match definition on line 21
1 Error.
Could not locate output file C:\Users\shehzad\Desktop\my plugin\Untitled.amx (compile failed).