#currancy change

1 messages · Page 1 of 1 (latest)

hexed pawn
#

Hi is there a way to change the currancy logo from $ to€ if so where can i find it on what line in which file

strong fog
#

QBCore Config

Most servers define the symbol in the config file:

qb-core/shared/config.lua
Look for something like:
QBConfig.Money = {
currency = "$",
...
}
Change it to:
QBConfig.Money = {
currency = "€",
...
}
your HUD, inventory, or banking scripts use HTML/JS, the $ might be hard-coded.

Check qb-hud/html/ or qb-inventory/html/ files.

Search inside .js, .css, or .html for "$" and replace it with "€".

hexed pawn
#

i use ps hud tho

strong fog
#

Then you would change it in ps-hud

hexed pawn
#

i did no change

warm copper
#

It’s in ps hud

hexed pawn
#

i chainged it but its not reading € only the $

fervent plume
hexed pawn
#

yup

fervent plume
#

latest version of ps-hud ?

hexed pawn
#

yup

#

this is what i got

#

let me search it real quick

fervent plume
#

leave it alone for now

#

control z whatever u did

hexed pawn
#

i know that the curancy also is in inventory for the shops

hexed pawn
#

ill chainge the hud to qb-hud

hexed pawn
#

In the hud it is fixed

#

i know you can do this also