12.01.2011, 20:26
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 --;
}