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
#2

The first block of code is OnPlayerUpdate? https://sampwiki.blast.hk/wiki/OnPlayerUpdate read the eyerape colored box
Reply
#3

yeah..onplayerupdate...
Reply
#4

have somebody some ideas?
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)