Border and image money

hello how to make a border and image for money as it is in this pictureScreenshot_1

Using HTML/CSS you can obtain a HUD like the image provided, but that is likely a public script, like vRP or ESX, have a look at those.

local cfg = {}

– start wallet/bank values
cfg.open_wallet = 2000
cfg.open_bank = 10000

cfg.display_css = [[
.div_money{
position: absolute;
top: 35px;
right: 10px;
font-size: 30px;
font-family: Pricedown;
color: #FFFFFF;
text-shadow: rgb(0, 0, 0) 1px 0px 0px, rgb(0, 0, 0) 0.533333px 0.833333px 0px, rgb(0, 0, 0) -0.416667px 0.916667px 0px, rgb(0, 0, 0) -0.983333px 0.133333px 0px, rgb(0, 0, 0) -0.65px -0.75px 0px, rgb(0, 0, 0) 0.283333px -0.966667px 0px, rgb(0, 0, 0) 0.966667px -0.283333px 0px;
}
.div_bmoney{
position: absolute;
top: 63px;
right: 10px;
font-size: 30px;
font-family: Pricedown;
color: #FFFFFF;
text-shadow: rgb(0, 0, 0) 1px 0px 0px, rgb(0, 0, 0) 0.533333px 0.833333px 0px, rgb(0, 0, 0) -0.416667px 0.916667px 0px, rgb(0, 0, 0) -0.983333px 0.133333px 0px, rgb(0, 0, 0) -0.65px -0.75px 0px, rgb(0, 0, 0) 0.283333px -0.966667px 0px, rgb(0, 0, 0) 0.966667px -0.283333px 0px;
}
.div_money .symbol{

content: url(β€˜https://i.imgur.com/JUz1njC.png’);

}

.div_bmoney .symbol{
content: url(β€˜https://i.imgur.com/ZP4cv71.png’);

}
]]

return cfg

You should definitely take a look at northdakotapaydayadvance.com if you do have problems with boards and money. Actually, i don’t now what the problem is, as there are tons of online commerce services out there and you can get your money like you want them, it’s that simple. Without using additional scripts and etc.

1 Like

Can I say sir, you are fucking hilarious. </sarcasm

They are using the my hud: