04.09.2010, 09:38
Explain what you are trying to do here:
If I was going to read it, it'd be: If ("hour" is more than or equal to "ban_hour" and "minute" is more than or equal to "ban_minute") and all that is false, and "ban_ip" compared with "ip" is equal to false (aka, they are the same), continue.
pawn Код:
if (!(hour >= ban_hour && minute >= ban_minute) && !strcmp(ban_ip, ip, true))