[Help] "Counter" in TextDraw - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (
https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (
https://sampforum.blast.hk/forumdisplay.php?fid=12)
+---- Forum: Help Archive (
https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: [Help] "Counter" in TextDraw (
/showthread.php?tid=143751)
[Help] "Counter" in TextDraw -
BMGP - 24.04.2010
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?!:
Код:
new abc[256];
format(abc, sizeof(abc), "Time till this and this happends: x:z", Counter);
TextDrawSetString(Textdraw0, score);
(x = minutes, z= seconds)
Someone knows how to do that?
Please help me
Re: [Help] "Counter" in TextDraw -
[HiC]TheKiller - 24.04.2010
http://forum.sa-mp.com/index.php?top...8297#msg928297