Jump to content

Gabi_Killah

Members
  • Posts

    3
  • Joined

  • Last visited

Gabi_Killah's Achievements

I ordered some spaghetti with marinara sauce and I got egg noodles and ketchup. I'm an average nobody.

I ordered some spaghetti with marinara sauce and I got egg noodles and ketchup. I'm an average nobody. (2/54)

0

Reputation

  1. I already did it, the money appears but it does not mark the money you have in the bank, what do I do there?
  2. local Dinheiro = getPlayerMoney(localPlayer) local Dinheiro_Banco = getElementData ( localPlayer, "Bank:Royal" ) or 0 local Emprego = getElementData(localPlayer, "Emprego") or "DESEMPREGADO" dxDrawText ((Dinheiro), (screenWidth-72)-95-posX, posY+9, screenWidth, screenHeight, tocolor ( 255, 255, 255, 255 ), 1, MONEYFONT) dxDrawText ((Banco), (screenWidth+26)-95-posX, posY+9, screenWidth, screenHeight, tocolor ( 255, 255, 255, 255 ), 1, MONEYFONT) --dxDrawText ((Emprego), (screenWidth-90)-95-posX, posY-70, screenWidth, screenHeight, tocolor ( 255, 255, 255, 255 ), 1, EMPREGOFONT, "center", "top", false, false, false, false, false) end Esa es la linea del banco y no se que esta mal y no me funciona
  3. Hi, I needed to know if someone could help me with a problem I have with a HUD that I put inside my server, the problem is that it doesn't mark the money I have in the bank and I tried to edit the line but it's still the same. Could someone help me?
×
×
  • Create New...