BaniP is not workin! +rep for helping!
#6

pawn Код:
format(string, sizeof(string), "banip %s", tmp);
%d [or %i] is for integers, %s is for letters. The IP is in integers. That's why, it's not getting read by the console to ban it. Change it to %d instead.
pawn Код:
format(string, sizeof(string), "banip %d", tmp); // or %i
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)