Jump to content
  • 0
Timokha

Deactivate VIP/Premium Account

Question

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 expires, the variable #VIP remain the same ( == 1 ).

I use if (gettimetick(2) < #VIP_delay) to show player, if the premium is still active.

 

But I have to set it to 0 to deactivate all benefits from Premium acc, otherwise it shall remain activated forever. ~

 

Highly appreciate your help.

Share this post


Link to post
Share on other sites

0 answers to this question

Recommended Posts

There have been no answers to this question yet

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.