S4MuEL Posted April 15, 2013 Share Posted April 15, 2013 (edited) السلآمم عليكمم لآهنتمم وين الخخطأ هنآ ، وأنا آققول أن الخخطأ من الثوآني ( seconds ) هذآ الكود # function showtime ( playersource ) if ( playersource ) then local time = getRealTime() local hours = time.hour local seconds = time.second local minutes = time.minute outputChatBox ( "Local Time: "..hours..":"..minutes.."..seconds" ) end end addCommandHandler ( "myTime", showtime ) ممكن يالححلوين تصصحيح للكود + تققولون لي وين الخططأ ؟ = ] Edited April 15, 2013 by Guest Link to comment
Max+ Posted April 15, 2013 Share Posted April 15, 2013 جرب , function time ( ) local time = getRealTime () local hours = time.hour local minutes = time.minute local seconds = time.second outputChatBox ( "Local Time: "..hours..":"..minutes.. ":".. seconds.. ":") end addCommandHandler('clock', time ) Link to comment
S4MuEL Posted April 15, 2013 Author Share Posted April 15, 2013 (edited) يععطيكك العآفيةة <3 ظبطط = ] وآكتششفت الخطأ ذذ سهل Edited April 15, 2013 by Guest 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