09.01.2010, 16:36
I'm new to PAWN, but have been scripting in various other languages for a while and have a simple question...
How do I drop the remainder of a number (turn a float into an integer)?
So..
10.5 = 10
9.2 = 9
29.9 = 29
How do I drop the remainder of a number (turn a float into an integer)?
So..
10.5 = 10
9.2 = 9
29.9 = 29