PHP- Kodu:
#include <amxmodx>
#include <amxmisc>

#define PLUGIN "Yeni Plugin"
#define VERSION "1.0"
#define AUTHOR "K4DavRa & akindede."


public plugin_init() {
    
register_plugin(PLUGINVERSIONAUTHOR)
    
register_clcmd("say /server","Server")
    
register_clcmd("say /server2","Server2")
    
register_clcmd("say /server3","Server3")
    
register_clcmd("say /server4","Server4")
    
register_clcmd("say /server5","Server5")
}

public 
Server(id)
{
    
client_cmd(id,"connect ipadresi")
}

public 
Server2(id)
{
    
client_cmd(id,"connect ipadresi")
}

public 
Server3(id)
{
    
client_cmd(id,"connect ipadresi")
}

public 
Server4(id)
{
    
client_cmd(id,"connect ipadresi")
}

public 
Server5(id)
{
    
client_cmd(id,"connect ipadresi")