01.11.2010, 03:32
You have to assign the variable to the timer. That is, change your /firework command to:
Also, why are you using 0 as the timer's time? If you just want to call the function, you just have to write:
pawn Код:
starter = SetTimer("start",0,false);
pawn Код:
start();