Add keybind, label, nametag, scoreboard scripts

This commit is contained in:
Vortrex
2020-12-21 22:49:48 -06:00
parent 0a29cef6f9
commit ddcc70afa8
5 changed files with 176 additions and 18 deletions

9
scripts/client/label.js Normal file
View File

@@ -0,0 +1,9 @@
// ===========================================================================
// Asshat-Gaming Roleplay
// https://github.com/VortrexFTW/gtac_asshat_rp
// Copyright (c) 2020 Asshat-Gaming (https://asshatgaming.com)
// ---------------------------------------------------------------------------
// FILE: labels.js
// DESC: Provides functionality for world labels (3D labels)
// TYPE: Client (JavaScript)
// ===========================================================================