12.12.2011, 22:23
pawn Code:
new IP[16];
GetPlayerIp(playerid, IP, sizeof IP);
new string[22];
format(string, sizeof(string), "banip %s", IP);
SendRconCommand(string);
format(string, sizeof(string), "unbanip %s", IP);
SendRconCommand(string);