- 0
Problema secunde
-
Similar Content
-
Recently Browsing 0 members
- No registered users viewing this page.
We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. For more details you can also review our Terms of Use and Privacy Policy.
Question
Shad0wdpbgd
Salut, am o problema.. nu se updateaza timer-ul la secunda, am pus acolo langa ora si secundele, dar nu se updateaza la secunda, se updateaza doar la minut, si nu stiu ce are. Daca ma poate ajuta cineva, va rog.
gettime(hour,minn,sec);
gettime(tmphour, tmpminute, tmpsecond);
getdate(Year, Month, Day);
new datestr[128], timestr[32];
format(datestr,128,"%02d.%02d.%d", Day, Month, Year);
format(timestr,32,"~w~%02d:%02d:%02d",tmphour,tmpminute,tmpsecond);
TextDrawSetString(txtTimeDisp,timestr);
TextDrawSetString(txtDateDisp,datestr);
1 answer to this question
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