20.01.2013, 15:27
Just wondering, why using this function, when you've got modules?
You can use:
Way simpler.
You can use:
pawn Код:
if(num%3) == 0 //num devides by 3 with no remainder
else //num does not devide by 3 with no remainder.

