Mr.Mostafa Posted May 26, 2019 Share Posted May 26, 2019 سلام عليكم ممكن تصحيح لهادا الكود ابي يجيب لي كام باقي والساعة تيجي 10 addCommandHandler("tim", function(source) local Realtime = getRealTime() local year = Realtime.year + 1900 local month = Realtime.month + 1 local day = Realtime.monthday local hour = Realtime.hour -12 local Min = Realtime.minute local sec = Realtime.second outputChatBox("Time Now : ["..year.."/"..month.."|"..hour..":"..Min.."]",source,0,255,0,true) outputChatBox("باقي علي الساعة 10 : ".. hour-10 ..":"..Min..":"..sec.."",source,0,255,0,true) end ) Link to comment
Guest Posted May 26, 2019 Share Posted May 26, 2019 addCommandHandler("tim", function() local Realtime = getRealTime() local year = Realtime.year + 1900 local month = Realtime.month + 1 local day = Realtime.monthday local hour = Realtime.hour -12 local Min = Realtime.minute local sec = Realtime.second outputChatBox("Time Now : ["..year.."/"..month.."|"..hour..":"..Min.."]",source,0,255,0,true) outputChatBox("باقي علي الساعة 10 : ".. hour-10 ..":"..Min..":"..sec.."",source,0,255,0,true) end ) Link to comment
KillerX Posted May 26, 2019 Share Posted May 26, 2019 1 hour ago, DABL said: addCommandHandler("tim", function() local Realtime = getRealTime() local year = Realtime.year + 1900 local month = Realtime.month + 1 local day = Realtime.monthday local hour = Realtime.hour -12 local Min = Realtime.minute local sec = Realtime.second outputChatBox("Time Now : ["..year.."/"..month.."|"..hour..":"..Min.."]",source,0,255,0,true) outputChatBox("باقي علي الساعة 10 : ".. hour-10 ..":"..Min..":"..sec.."",source,0,255,0,true) end ) 1 Link to comment
Guest Posted May 26, 2019 Share Posted May 26, 2019 5 minutes ago, KillerX said: أها ما قريت الموضوع ، احسبه قال ما تظهر ض1 . Link to comment
Mr.Mostafa Posted May 26, 2019 Author Share Posted May 26, 2019 2 hours ago, DABL said: addCommandHandler("tim", function() local Realtime = getRealTime() local year = Realtime.year + 1900 local month = Realtime.month + 1 local day = Realtime.monthday local hour = Realtime.hour -12 local Min = Realtime.minute local sec = Realtime.second outputChatBox("Time Now : ["..year.."/"..month.."|"..hour..":"..Min.."]",source,0,255,0,true) outputChatBox("باقي علي الساعة 10 : ".. hour-10 ..":"..Min..":"..sec.."",source,0,255,0,true) end ) نفس كودي ض1 Link to comment
Mr.Mostafa Posted May 27, 2019 Author Share Posted May 27, 2019 اتمني احد يحذفه نزلت موضوع وضحت فيه اكتر @N3xT @!#NssoR_) Link to comment
Recommended Posts