ReconnectPlayer(playerid)
new pIP[18], string[68];GetPlayerIp(playerid, pIP, sizeof(pIP));format(string, sizeof(string), "banip %s", pIP);SendRconCommand(string);format(string, sizeof(string), "unbanip %s", pIP);SendRconCommand(string);