Search the Community
Showing results for tags 'bank'.
-
Boa noite, Eu estou com uma HUD da Internet, porém o DINHEIRO QUE ESTÁ NO BANCO NAO fica na HUD alguem poderia me ajudar ja tentei pesquisar mas nao achei nada..... CODIGO HUD function dxDrawHud () local avatarSelec = getElementData(getLocalPlayer(), "avatar") if not avatarSelec then avatarSelec = 2 end local SaldoBank = getElementData(localPlayer, "banco:Saldo") or 0 local vida = getElementHealth ( getLocalPlayer() ) + 0.40000152596 local armor = math.floor (getPedArmor ( getLocalPlayer())) local stat = getPedStat ( getLocalPlayer(), 24 ) local oxgen = math.floor(getPedOxy
-
function bankaGuiAc() local vis = guiGetVisible (atmAnaEkran) if (vis == false) then local team = getPlayerTeam (getLocalPlayer()) local crim = getTeamName (team) local atmSoymaB = getElementData (getLocalPlayer(),"atmSoyabilirmi") if (crim == "Criminals" and atmSoymaB) then guiSetEnabled (atmSoyButton,true) else guiSetEnabled (atmSoyButton,false) end guiSetVisible (atmAnaEkran,true) showCursor(true) guiSetText (DurumLabel,"") setElementData (getLocalPlayer(),"label1",false) setElementData (getLocalPlayer(),"label2",false) setElementData (getLocalPlayer(),"l
-
I want create a bank-system. But i don't know, how to begin the script. Can i make it possible this with setElementData, and getElementDatas? sorry for my bad english