Jump to content
  • 0
daim

Variables timer

Question

Hi guys,

 

Issit i would like a script sample to do this:

 

1. Player use uncard npc.

2. A varaiable bind on player.

3. Player only can use uncard npc again after 1 month of time.

 

hope someone can help.

 

thanks

Share this post


Link to post
Share on other sites

3 answers to this question

Recommended Posts

  • 0

In uncarder script:

Setting timer

uncarder_time = gettimetick(2)+30*24*60*60; // 30 Days

At start of uncarder:

if (uncarder_time > gettimetick(2)){    mes (uncarder_time-gettimetick(2))/86400)) +" More days before you can use the uncarder";    close;}

Share this post


Link to post
Share on other sites

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.