22.03.2013, 15:56
thanks.. 
i can do this also?
asking for information..

i can do this also?
pawn Код:
new T1;
new T2;
new T3;
new T4;
T1 = SetTimer("FunctionA", 1000, true);
T2 = SetTimer("FunctionB", 1000, true);
T3 = SetTimer("FunctionC", 1000, true);
T4 = SetTimer("FunctionD", 1000, true);
// in command?
KillTimer(T1);
KillTimer(T2);
KillTimer(T3);
KillTimer(T4);
