10.01.2010, 15:20
you could call a RCON command: ( get your own way of doing the command =P )
IPStr is the IP you want to unban
IPStr is the IP you want to unban
Код:
new str[32];
format(str,32,"unbanip %s",IPStr);
SendRconCommand(str);
printf("UNBAN Executed by %i",playerid);

