21.11.2011, 13:24
How minutes is that ?
How i can to change it every one minute?
Sorry for my bad english
Код:
SetTimer("TipBot", 720000, 1);
Sorry for my bad english
SetTimer("TipBot", 720000, 1);
SetTimer("TipBot", 12*60*1000, 1);
SetTimer("TipBot", 60*1000, 1);
How minutes is that ?
Код:
SetTimer("TipBot", 720000, 1); Sorry for my bad english |