Abu-Solo Posted October 22, 2017 Share Posted October 22, 2017 ماعندك دوام انت تجي من الدوام طوالي ع المنتدي الواحد يجي ينام 5 ساعات ويصحي فايق ياولد ههه Link to comment
^iiEcoo'x_) Posted October 22, 2017 Share Posted October 22, 2017 13 hours ago, Deativated said: قصدك اسويها كذا ؟ setAccountData ( acc, 'account-Timer.Test', toJSON ( { getRealTime ( ).timestamp, 60 * 60 * 24 } ) ) أجل Link to comment
Rockyz Posted October 22, 2017 Share Posted October 22, 2017 مثال : function convertTimeToSeconds(y,d,h,m,s) local y,d,h,m,s,newTime=y or 0,d or 0,h or 0,m or 0,s or 0,0 local newTime=newTime+(31556926*y)+(86400*d)+(3600*h)+((3600/60)*m)+(((3600/60)/60)*s) return math.floor(newTime) end print ( convertTimeToSeconds ( 0, 1, 2 ) ) -- 1 day, 2 hour --[[ output : 93600 ]] Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now