Add shared constants
This commit is contained in:
14
scripts/shared/const.js
Normal file
14
scripts/shared/const.js
Normal file
@@ -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;
|
||||
Reference in New Issue
Block a user