Maintain base problem

IvertizPL

Member
I want to set-up this like that. After 3 days player pay first time for base, and if he pay he musn't pay for 14 days. How to do this?! It's really needed ;)) Thanks for the help guys!
 
Are we talking in-game currency or actual donation money?

What do you want to happen? Base access removed? Base decay? ... You have to find the variables that control these things. Decay is done on the sql server by deleting objects from the DB. You could disable decay completely and then use your own php script to check if they have paid and start decaying the base.
 
Back
Top