#6

Replace SendRconCommand("unbanip");*
with
pawn Код:
new str[30];
format(str,sizeof(str),"unbanip %s",ip);
SendRconcommand(str);
+ You dont need string size of 128, 20 would be fine
//Edit: sorry didnt notice that someone already replied
Reply


Messages In This Thread
Ban - by nezo2001 - 04.01.2015, 18:57
Re: Ban - by Lawbringer - 04.01.2015, 19:19
Re: Ban - by nezo2001 - 04.01.2015, 19:23
Re: Ban - by Boot - 04.01.2015, 19:24
Re: Ban - by Mexanizm93 - 04.01.2015, 19:25
Re: Ban - by Fungi - 04.01.2015, 19:26
Re: Ban - by Boot - 04.01.2015, 19:30
Re: Ban - by Evocator - 04.01.2015, 19:38
Re: Ban - by nezo2001 - 04.01.2015, 19:38

Forum Jump:


Users browsing this thread: 1 Guest(s)