I got the time displayed in my game. It's of course the server side time. Ok till now everything ok.
But now for example i wanna make a button called travel.
It will travel from A to B, and spent 19 minutes.
Ok so the travel.php should be: (concept)
Code: Select all
query player infos
query travel time
$time = server time
Thanks a lot
