21.07.2009, 01:05
Everything in pawn is an integer
. The only reason floats work at all is because the operators are overloaded to use functions instead of the default operators. You can make your own type with your own operators which is what I'm trying to do but it doesn't seem to work properly.
![rolleyes](images/smilies/rolleyes.gif)