Posts: 359
Threads: 79
Joined: Jul 2013
Reputation:
0
Hi, where can I find the script to write how much time the player was on the server and when it comes again to the server so that it will continue over time
Posts: 422
Threads: 107
Joined: Sep 2013
Reputation:
0
You can make a variable like i did:
where the enum of PlayerInfo
enum pInfo
{
pMinutes,
if you already have so add this
You need to make a clock or time system or whatever it called and in this public/stock use ++
then use functions gettime and getdate.
Under your public of clock you put there PlayerInfo[playerid][pMinutes] ++;
I just giving you the idea....
Posts: 359
Threads: 79
Joined: Jul 2013
Reputation:
0
Well ok but to enroll minutes because what I did, for example, I'm on the servers for 30 minutes and it shows me 1 hour and 19 minutes