Cant get countdown to work!!
#2

Ur code looks a bit messy to me.. but the problem should be that you forgot an bracket..

pawn Код:
forward counterselfdestruct();
public counterselfdestruct()
{

if(countdownselfdeastruct > 0)
{
ASDCDK = SetTimer("counterselfdestruct",990,false);
new textformat[85];
format(textformat,sizeof textformat,"Self Destruction in: ~r~%d",countdownselfdeastruct);
TextDrawSetString(selfdestructtext,textformat);
TextDrawShowForAll(selfdestructtext);
} // Missing bracket here!
countdown --;
}
Reply


Messages In This Thread
Cant get countdown to work!! - by BlackWolf120 - 12.01.2011, 20:20
Re: Cant get countdown to work!! - by Cameltoe - 12.01.2011, 20:26
Re: Cant get countdown to work!! - by BlackWolf120 - 12.01.2011, 20:33
Re: Cant get countdown to work!! - by Zamaroht - 12.01.2011, 22:46
Re: Cant get countdown to work!! - by BlackWolf120 - 14.01.2011, 12:14

Forum Jump:


Users browsing this thread: 1 Guest(s)