Posts: 453
Threads: 173
Joined: Jun 2011
Reputation:
0
Hi visitors. I have one question. I don't know how to do,in my mysql database,when i go look for player,i get how much time left,until he lost vip,i do that succeful,when player connect,and with command,can see how much time left until he lose vip,but i don't know,how to do that in mysql,when i everytime come,time will change.
Posts: 453
Threads: 173
Joined: Jun 2011
Reputation:
0
I say in my first post,i have do command. I don't want to go to server,and write that command...I say i want check that in datebase,not in server...
Posts: 6,236
Threads: 310
Joined: Jan 2011
Reputation:
0
Have a field in the database that stores how many MINUTES they've played. If they have to play for 60 minutes (an hour) do this:
Time left = 60-minutes_played