Big Commit

This commit is contained in:
Vortrex
2021-05-06 01:29:46 -05:00
parent a4c1172df4
commit d58abe4287
20 changed files with 369 additions and 222 deletions

View File

@@ -47,4 +47,6 @@ const AG_KEYSTATE_HOLDLONG = 4;
const AG_BIZLABEL_INFO_NONE = 0;
const AG_BIZLABEL_INFO_BUY = 1;
const AG_BIZLABEL_INFO_ENTER = 2;
const AG_BIZLABEL_INFO_VEHICLE = 3;
const AG_BIZLABEL_INFO_ENTERVEHICLE = 3;
const AG_BIZLABEL_INFO_REFUEL = 4;
const AG_BIZLABEL_INFO_REPAIR = 5;

View File

@@ -1277,4 +1277,12 @@ let allowedSkins = [
[-1139941790,"Tough Guy",false],
[809067472,"Male Tourist",false]
]
];
];
// ===========================================================================
function makeLargeNumberReadable(num) {
return new Number(num).toLocaleString("en-US");
}
// ===========================================================================