02.01.2014, 19:03
Quote:
That is a good solution when it works, but if you have local variables it will fail:
pawn Code:
|
Code:
#define Wait(%0)<%1,%2,%3> return SetTimerEx("@wait_"#%1,%0,false,%2,%3); } \ forward @wait_%1(%3); @wait_%1(%3) {