23.12.2012, 20:20
I tried something like
There was no errors, but in game it can't match the IP the player gets with the one inputed there. I even Sent a client message on the IP string and it matched the IP that was there, but it still didn't ban. Do you know why it can't match them both?
The IP is the var which gets the IP from the user.
Код:
if(strcmp(IP, "127.0.0.1")) { Ban(playerid); }
The IP is the var which gets the IP from the user.