10.07.2010, 05:20
Try changing this:
With this:
pawn Код:
timer = SetTimer(bla, 3000, true); //Setting the timer for bla but defined as timer.
pawn Код:
timer = SetTimer("bla", 3000, true); //Setting the timer for bla but defined as timer.