Jump to content

DUVIDA COM UM PEQUENO SCRIPT


Recommended Posts

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.1107tocolor(255255255255), 1.00"bankgothic""left""top"falsefalsefalsefalsefalse)
        if dinheiro >= 1000 then
        dxDrawText("$00000", screenW * 0.8535, screenH * 0.0625, screenW * 0.9668, screenH * 0.1107tocolor(0254137255), 1.00"bankgothic""left""top"falsefalsefalsefalsefalse)
    end
end
)
Edited by Murda
Link to comment
  • Other Languages Moderators

Utilize o botão <> do fórum para postar códigos. Não cole direto no texto.

UqAT5Nh.png

E também não abuse no uso do Caps Lock. Veja as regras do fórum aqui:

 

Link to comment

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...