29.11.2013, 08:36
That's nice @iJumbo, but instead of using a "while" loop inside the modulus function, you could do this:
Just some small but useful information.
pawn Код:
#define modulus(%0,%1) (floatround((%0)) % floatround((%1)))