Files
GTA4RP/scripts/shared/const.js
2020-12-29 00:16:55 -06:00

14 lines
543 B
JavaScript

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