As you guys know fivem recently introduced the new comment system for the servers and it shows the total play-time of that player in that server so I believe we must be able to access to that player’s playtime too as the server owners.
Example Picture:
If we can have a native smth like: GetPlayTime(fivemIdentifier) RETURNS: Total play-time in seconds? INT
Its a cool idea, and no doubt would save a (probably negligible) amount of time spent scripting, but its pretty easy to write a server or client side script to count play time.