jontheman12
12-07-2003, 11:47 AM
I'm having a proble with mods,
I have a script where you type any number in at it will tell you if it's odd or even:
__________________________________________________________
if ( num % 2 != 0 )
__________________________________________________________
if you type in a big enough number it says its even no matter what you type :(
Does anyone know how to fix that:confused:
I have a script where you type any number in at it will tell you if it's odd or even:
__________________________________________________________
if ( num % 2 != 0 )
__________________________________________________________
if you type in a big enough number it says its even no matter what you type :(
Does anyone know how to fix that:confused: