12.07.2010, 04:29
Quote:
If you knew how to script, this wouldn't be an issue.
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."); } } |