11.07.2010, 03:31
If you knew how to script, this wouldn't be an issue.
Go to line 1437:
Remove all of that code.
Go to line 1437:
Code:
new ip[16]; GetServerVarAsString("bind", ip, sizeof(ip)); if (!ip[0] || strcmpEx(ip, BIND)) { for (;;) { print("[SERVER] Unable to continue, the server's bind doesn't match the defined one."); } }