yMr Posted July 20, 2019 Share Posted July 20, 2019 Salve galera , estou com uma hud aqui só que não sei como por a data, alguem poderia me ajudar ? a data que digo é que dia é hoje para o player poder ver na hud sem precisar minimizar o jogo. Link to comment
DNL291 Posted July 20, 2019 Share Posted July 20, 2019 getRealTime local time = getRealTime() local day = time.monthday local month = time.month + 1 local year = time.year + 1900 Link to comment
Other Languages Moderators Lord Henry Posted July 20, 2019 Other Languages Moderators Share Posted July 20, 2019 2 minutes ago, DNL291 said: getRealTime local time = getRealTime() local day = day.monthday local month = day.month + 1 local year = day.year + 1900 Não seria time no lugar dos "day."? 1 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