Hi all,
Please advise on how to deactivate premium account.
I have to set variable #VIP to 0 automatically, when the time expires.
But I have no clue, how automatically in real time do that.
// SCRIPT //
...
set #VIP, 1;
set #VIP_delay, gettimetick(2) + 60; // 1 min
...
}
When the time...