04.08.2013, 11:34
I think there's an issue with version 1.2 in Linux when repeating parameters is on true.
In Windows, something I've made is executed every 3 minutes and it goes like that:
In linux, it goes like that:
It's been reduced by 2 seconds everytime is repeated.
I'm going to use v1.3 and I'll edit back.
In Windows, something I've made is executed every 3 minutes and it goes like that:
pawn Код:
2:20:45 // it was executed
2:23:45 // it was executed
2:26:45 // it was executed
2:29:45 // it was executed
pawn Код:
2:20:45 // it was executed
2:23:43 // it was executed
2:26:41 // it was executed
2:29:39 // it was executed
I'm going to use v1.3 and I'll edit back.