Here is the sample script:
1
2
3
4
5
6
2
3
4
5
6
local usgn = player(uid,"usgn") local steam = player(uid,"steamid") local secs=0 if usgn~=0 then secs = secs+stats(usgn,"secs") end if steam~="0" then secs = secs+steamstats(steam,"secs") end return secs