06.11.2016, 18:44
Warning is caused because of:
new UpdateIPHONETimer;
You don't need that if you are not using it (by kill timer for example).
Just remove it and change that:
UpdateIPHONETimer = SetTimer("UpdateIphone", 60000, true);
to:
SetTimer("UpdateIphone", 60000, true);
new UpdateIPHONETimer;
You don't need that if you are not using it (by kill timer for example).
Just remove it and change that:
UpdateIPHONETimer = SetTimer("UpdateIphone", 60000, true);
to:
SetTimer("UpdateIphone", 60000, true);