07.05.2012, 01:39
Creating IP Ban Checking is a great idea so ban evader cannot pass the server (they can if their ip can change)
Saving IP in Y_INI using INI_WriteString is good idea too but.
i want to know how to check if the IP is banned.
Ex.
my IP in my server files is
and if the ip is banned using by /ban or anticheat, when he connects again he cannot pass.
How do i do that
Saving IP in Y_INI using INI_WriteString is good idea too but.
i want to know how to check if the IP is banned.
Ex.
my IP in my server files is
Код:
IP = 192.168.1.100
How do i do that