24.04.2010, 09:35
Hey!
I want to create a counter who is shown up in a text draw..
so when a timer starts(lets say SetTimer("counter",60000,1) 60.000 = 1 Minute) a textdraw should show up and in the textdraw there should stand 1:00 then 0:59 then 0:58...
maybe something like that?!:
(x = minutes, z= seconds)
Someone knows how to do that?
Please help me
I want to create a counter who is shown up in a text draw..
so when a timer starts(lets say SetTimer("counter",60000,1) 60.000 = 1 Minute) a textdraw should show up and in the textdraw there should stand 1:00 then 0:59 then 0:58...
maybe something like that?!:
Код:
new abc[256]; format(abc, sizeof(abc), "Time till this and this happends: x:z", Counter); TextDrawSetString(Textdraw0, score);
Someone knows how to do that?
Please help me