#currancy change
1 messages · Page 1 of 1 (latest)
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 "€".
i use ps hud tho
Then you would change it in ps-hud
i did no change
does not exist in the file
It’s in ps hud
i chainged it but its not reading € only the $
is this still an issue
yup
latest version of ps-hud ?
i know that the curancy also is in inventory for the shops
ill chainge the hud to qb-hud