Sorry, i still noob on it.. Can you make it with correct lines and which .cs file i have to implement it?
Quote:
Originally Posted by shadowman123
Create DateTime Instance and dont Add Value inside it , when The Player Become Vip.. set SuscribedDate = DateTime.Now;
then save it inside Database and when Player Login Do Check if the DateTime.Now >= SusribedDate.AddDays(30) .. Remove it from Database ..Simple
|