Deity Posted June 10, 2013 Group: Members Topic Count: 54 Topics Per Day: 0.01 Content Count: 93 Reputation: 0 Joined: 03/04/12 Last Seen: October 23, 2016 Share Posted June 10, 2013 how to reset the player's variable every week without using the temporary variables, just when the day became friday it will reset all player's variable Quote Link to comment Share on other sites More sharing options...
Jaburak Posted June 10, 2013 Group: Members Topic Count: 48 Topics Per Day: 0.01 Content Count: 1125 Reputation: 236 Joined: 07/30/12 Last Seen: April 13 Share Posted June 10, 2013 query_sql "DELETE FROM `global_reg_value` WHERE `str`='#variable'"; Quote Link to comment Share on other sites More sharing options...
Deity Posted June 10, 2013 Group: Members Topic Count: 54 Topics Per Day: 0.01 Content Count: 93 Reputation: 0 Joined: 03/04/12 Last Seen: October 23, 2016 Author Share Posted June 10, 2013 thanks! Quote Link to comment Share on other sites More sharing options...
Capuche Posted June 10, 2013 Group: Developer Topic Count: 10 Topics Per Day: 0.00 Content Count: 2407 Reputation: 616 Joined: 07/05/12 Last Seen: March 20 Share Posted June 10, 2013 The player must be offline for this otherwise the variable is not necessarly reset query_sql "DELETE FROM `global_reg_value` WHERE `str`='#variable'"; Quote Link to comment Share on other sites More sharing options...
Question
Deity
how to reset the player's variable every week without using the temporary variables, just when the day became friday it will reset all player's variable
Link to comment
Share on other sites
3 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.