countdown
#1

I'm trying to do countdown in OnPlayerUpdate...

i'm giving
Код:
new akill;
akill=SetTimer("UPD",1000,1)
if(odliczsek==0)
{
KillTimer(akill);

}
Код:
public UPD()
{
odliczsek=odliczsek-1;
}
and the time is going so speed instead like one second...
Reply


Messages In This Thread
countdown - by imosek - 02.09.2012, 19:54
Re: countdown - by Misiur - 02.09.2012, 19:57
Re: countdown - by imosek - 02.09.2012, 20:21
Re: countdown - by imosek - 02.09.2012, 20:46

Forum Jump:


Users browsing this thread: 2 Guest(s)