I've checked the AMXX documentation, and i found get_user_time
But this don't return the real user uptime, as you can see in the "stats" command. Instead, the get_user_time returns only the time spended on the curent map because AMXX executes client_disconnect at all players on map change event.
My question is: The command stats, wich returns the right client uptime, is there a way to save and parse it's results? Thank you.