ΞĪŚŚÀ Posted March 14, 2014 Share Posted March 14, 2014 السلام عليكم ورحمة الله شباب عندي ذا الكود addEventHandler("onClientRender", root, function() local time = getRealTime() local hours = time.hour local minutes = time.minute dxDrawText("Time Now : "..hours..":"..minutes, 10, 721, 106, 741, tocolor(255, 255, 255, 255), 0.6, "bankgothic", "left", "top", false, false, true, false, false) end ) ابيه يطلع الوقت نفس 5- 6- 7 مابي 24 - 14 وكذا + اضافة عليه كود يخليه اسفل الشاشة على السيار واذا ممكن فنكشات تجيب التاريخ ذذ Link to comment
Arnold-1 Posted March 15, 2014 Share Posted March 15, 2014 if hours > 12 then hours = hours - 12 end 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