// =========================================================================== // 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;