24.11.2009, 17:39
If you have a Textdraw you can do it like this:
Code:
new string[128]; format(string, 128, "%d", CountDownFromAmount); TextDrawSetString(Text:Textdrawname, string); TextDrawShowForAll(Text:Textdrawname);