Quote Originally Posted by maxdamage99 View Post
you can ban IP from game (.gsc scripts) - if you need ban PLAYER by IP

if you need ban access for your host machine (IP):
PHP Code:
system("iptables -I INPUT -i eth0 -s "+player getIP()+" -j DROP"); 

Yeah run cod2 with root permissions!