Deity Posted June 10, 2013 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...
Anakid Posted June 10, 2013 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 Author Share Posted June 10, 2013 thanks! Quote Link to comment Share on other sites More sharing options...
Capuche Posted June 10, 2013 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...
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