What could be wrong?
#3

Explain what you are trying to do here:
pawn Код:
if (!(hour >= ban_hour && minute >= ban_minute) && !strcmp(ban_ip, ip, true))
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.
Reply


Messages In This Thread
What could be wrong? - by Claude - 03.09.2010, 23:07
Re: What could be wrong? - by Claude - 04.09.2010, 09:27
Re: What could be wrong? - by LarzI - 04.09.2010, 09:38
Re: What could be wrong? - by Claude - 04.09.2010, 09:44
Re: What could be wrong? - by LarzI - 04.09.2010, 09:46

Forum Jump:


Users browsing this thread: 2 Guest(s)