Some improvements

This commit is contained in:
hydrant
2018-12-06 19:32:37 +01:00
parent 6f8d9598a7
commit 54b647c38e
4 changed files with 7 additions and 3 deletions

View File

@@ -69,7 +69,7 @@ mp.events.add("toggleUi", (show) => {
//}
mp.events.add("updateMoney", (money) => {
playerMoney = money;
playerMoney = money.toLocaleString("de-DE", { minimumFractionDigits: 0 });
});
mp.events.add("render", () => {