31.10.2012, 13:22
How to disconnect a player, but no kick them i mean more like, just sending them back to OnPlayerConnect
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);