stevensalvaro Posted November 9, 2015 Posted November 9, 2015 How to make daily login system , so player can get some prize when login on my server , for example , login day 1 player who login on day 1 will get $1000 , day 2 $2000 , day 3 $3000 . What is the function to do that ?
AMARANT Posted November 9, 2015 Posted November 9, 2015 What is the function to do that ? Actually, a lot of. onPlayerLogin getPlayerAccount setAccountData getAccountData givePlayerMoney
stevensalvaro Posted November 10, 2015 Author Posted November 10, 2015 if i want to make one weeks daily login bonus system, can i make it with that functions ? i must to add time maybe ?
Tekken Posted November 10, 2015 Posted November 10, 2015 You can use getRealTime and make check every login!
jingzhi Posted November 15, 2015 Posted November 15, 2015 if i want to make one weeks daily login bonus system, can i make it with that functions ? i must to add time maybe ? You can do it using some basic math and mySQL
SpecT Posted November 15, 2015 Posted November 15, 2015 if i want to make one weeks daily login bonus system, can i make it with that functions ? i must to add time maybe ? You can do it using some basic math and mySQL He could make it easier and without the need of SQL server (if the server hosting doesn't have mysql then he should pay for website hosting with remote mysql). OFFTOPIC: Ah stop telling everyone in the forum to use MySQL for anything! You are getting annoying.
jingzhi Posted November 15, 2015 Posted November 15, 2015 if i want to make one weeks daily login bonus system, can i make it with that functions ? i must to add time maybe ? You can do it using some basic math and mySQL He could make it easier and without the need of SQL server (if the server hosting doesn't have mysql then he should pay for website hosting with remote mysql). OFFTOPIC: Ah stop telling everyone in the forum to use MySQL for anything! You are getting annoying. Lol, without sql database it's crap, check if any popular server uses account info
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now