diff --git a/scripts/shared/const.js b/scripts/shared/const.js new file mode 100644 index 00000000..9b3ffb6c --- /dev/null +++ b/scripts/shared/const.js @@ -0,0 +1,14 @@ +// =========================================================================== +// Asshat-Gaming Roleplay +// https://github.com/VortrexFTW/gtac_asshat_rp +// Copyright (c) 2020 Asshat-Gaming (https://asshatgaming.com) +// --------------------------------------------------------------------------- +// FILE: const.js +// DESC: Provides constants +// TYPE: Shared (JavaScript) +// =========================================================================== + +// Label Types +const AG_LABEL_JOB = 1; +const AG_LABEL_BUSINESS = 2; +const AG_LABEL_HOUSE = 3; \ No newline at end of file