Murda Posted May 30, 2020 Share Posted May 30, 2020 (edited) EAE PESSOAL, TO COMECANDO A PROGRAMAR E DESENVOLVI UM PEQUENO SCRIPT EM QUE QUANDO O MONEY PASSA DE 1000$ ELE FAZ O MENOR DESAPARECER, QUANDO O 1000 É ATINGIDO FICA POR CIMA DO OUTRO, ALGUEM ME AJUDA? EDIT: CONSEGUI ARRUMAR, ESQUECI DE CONTATENAR ALI KKKKK, DESCULPEM local screenW, screenH = guiGetScreenSize() addEventHandler("onClientRender", root, function() local dinheiro = math.floor(getPlayerMoney(localPlayer)) dxDrawText("$"..dinheiro, screenW * 0.8535, screenH * 0.0625, screenW * 0.9668, screenH * 0.1107, tocolor(255, 255, 255, 255), 1.00, "bankgothic", "left", "top", false, false, false, false, false) if dinheiro >= 1000 then dxDrawText("$00000", screenW * 0.8535, screenH * 0.0625, screenW * 0.9668, screenH * 0.1107, tocolor(0, 254, 137, 255), 1.00, "bankgothic", "left", "top", false, false, false, false, false) end end ) Edited May 30, 2020 by Murda Link to comment
Other Languages Moderators Lord Henry Posted June 1, 2020 Other Languages Moderators Share Posted June 1, 2020 Utilize o botão <> do fórum para postar códigos. Não cole direto no texto. E também não abuse no uso do Caps Lock. Veja as regras do fórum aqui: 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