10.04.2012, 12:48
Seems fine.
You have set TextDrawSetProportional to 1?
If yes, try to add before ''format(MessageText,...''
This will delete the first character of 'month'. If it is a space, it will be deleted. If not, show the result please.
You have set TextDrawSetProportional to 1?
If yes, try to add before ''format(MessageText,...''
pawn Код:
strdel(month, 0, 1);