25.10.2009, 22:40
That syntax error is most probably this:
change it to:
pawn Код:
SetTimer(fireworks,2000,1);
pawn Код:
SetTimer("fireworks",2000,1);