12.06.2013, 11:30
Doesn't work in client messages at all. I know it works with textdraws, though. Not sure about gametext or dialogs. Take note that if you want to insert a literal percent sign with the format function you need to use '%%', e.g.
pawn Код:
format(countstr, sizeof(countstr), "%d%%", percent);