27.05.2014, 15:21
to ban player's ip,not the user
pawn Код:
new ip[16];
GetPlayerIp(playerid, ip, sizeof(ip));
format(string, sizeof(string),"banip %s", ip);
SendRconCommand(string);
SendRconCommand("reloadbans");