14.06.2015, 14:00
Yeah, basically you'd be adding newHrs, newMins, newSecs to whatever is saved in the database for a player every time they disconnect from your server. You may want to check Yashas' method too, it's efficient, but it'd need some math calculations to get the time in Hours/Minutes/Seconds format because GetConnectedTime gives you time in milliseconds only. I prefer my method though, it looks easier, neater and it's CPU-friendly as well.