Dunno Why
#1

I use this in a timer at 1 second ( for a test ) and it don't work ... dunno why

pawn Код:
if((month != 1 && day != 31) && (month != 2 && day != 28) && (month != 3 && day != 31) &&
                    (month != 4 && day != 30) && (month != 5 && day != 31) && (month != 6 && day != 30) &&
                    (month != 7 && day != 31) && (month != 8 && day != 31) && (month != 9 && day != 30) &&
                    (month != 10 && day != 31) && (month != 11 && day != 30) && (month != 12 && day != 31))
                    {
  SendClientMessage(playerid,COLOR_WHITE,"You are not at the final of a month");
}
I have the date set on Ianuarie 2 ( month == 1 && day == 2 ) and i don't recive any message
Reply


Messages In This Thread
Dunno Why - by UsaBoy91 - 16.07.2009, 14:42
Re: Dunno Why - by Adamrcook - 16.07.2009, 17:32
Re: Dunno Why - by Khelif - 16.07.2009, 17:54

Forum Jump:


Users browsing this thread: 1 Guest(s)