Miicker

Results 1 comments of Miicker

The possibility to retrieve playtime, for example: ``` -- load txadmin api local txadmin_api = exports["txadmin_api"] -- command to get playtime RegisterCommand("playtime", function(source, args) local player = GetPlayerIdentifiers(source)[1] -- get...