14.05.2014, 08:55
Wow, I though this would be common knowledge by now. There is absolutely NO need for extensive functions. The only thing you need is:
Where the 9 tells it to make it 9 characters long and pad it with 0's if it isn't.
pawn Код:
format(str,sizeof(str),"+$%09d",money);