Blouc Posted July 13, 2013 Share Posted July 13, 2013 Iae novamente, queria saber se é possivel deixar o relógio com a hora real, ou seja o horário de Brasília, e também queria saber se é possivel deixar ele mostrando os segundos. Link to comment
DNL291 Posted July 14, 2013 Share Posted July 14, 2013 showPlayerHudComponent() -- Ou setPlayerHudComponentVisible() getRealTime()["hour"] getRealTime()["minute"] getRealTime()["second"] Link to comment
manawydan Posted July 18, 2013 Share Posted July 18, 2013 se for client voce pode usar o evento onClientRender para fazer loop e funcoes dx como por exemplo: dxDrawText function HorasReais () local Tempo = getRealTime() local Horas = Tempo.hour local Minutos = Tempo.minute local Segundos = Tempo.second showPlayerHudComponent ( "clock", false ) end Link to comment
Blouc Posted July 28, 2013 Author Share Posted July 28, 2013 Desculpe a demora para responder. Mais queria saber como faz para colocar esse código em funcionamento, porque como eu disse eu não sei absolutamente nada sobre MTA =/ Link to comment
DNL291 Posted July 28, 2013 Share Posted July 28, 2013 Leia: https://wiki.multitheftauto.com/wiki/Scr ... troduction https://wiki.multitheftauto.com/wiki/PT- ... _Scripting Coloque o código num arquivo de texto cuja extensão seja .lua. Depois crie o arquivo meta.xml: https://wiki.multitheftauto.com/wiki/Meta.xml 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