Hi Leutz,
gibt es sowas wie nen Timer der hoch zählt statt runter?
Hi Leutz,
gibt es sowas wie nen Timer der hoch zählt statt runter?
meinste sowas z.b.?
forward Countup();
new c_state = 0;
new count_x;
count_x = SetTimer("Countup",1000,1);
public Countup()
{
new xformat[128];
c_state++;
format(xformat,sizeof(xformat),"Status: ~g~%d",c_state);
GameTextForAll(xformat,2000,3);
if(c_state == 5){c_state = 0;KillTimer(count_x);}
}
Meinste Sowas ?
LOL beide "Meinste sowas" xD
sieht ja nice aus blos kann ich das net i-wie in cmd einbauen?
Einfach im Cmd Timer setzen. Oder wie meinste das ?