Good morning everyone! I'm creating a rpg game and I'm not figuring out how to get it to cure the user of x in x minutes. I was able to do it via ajax, but it is not safe right? Easily the user can circumvent and heal his whole life if he wants ... Is there any way to do this without ajax? In the database I already have all the values, life, maximum life etc ... Give me a force! Thanks.
@EDIT with ajax even though it worked, the user had to be logged in, it would also be something that he did not have to log in ... that the system would work even if he turned it off.