20.01.2013, 15:36
I changed "== false" to "== 0" and it didn't return any warning messages, so my function is working properly.
What's wrong with the module.
pawn Код:
if(100%3) == 0
printf("This value can not be divised by 3");