04.09.2011, 03:16
Why do you use floatdiv? We're dealing with integers here, not floats. Look at my example:
If you're dealing with integers then there's no reason you should be using float functions
pawn Код:
format(string, sizeof(string), "You lasted %i seconds to appear after the death!", (GetTickCount() - Ref)/1000);
