From 69317b3b1f7f8f52887cd501761b396d266d118a Mon Sep 17 00:00:00 2001 From: Vortrex <3858226+VortrexFTW@users.noreply.github.com> Date: Sat, 25 Feb 2023 04:39:27 -0600 Subject: [PATCH] Add client timers script --- scripts/client/timers.js | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 scripts/client/timers.js diff --git a/scripts/client/timers.js b/scripts/client/timers.js new file mode 100644 index 00000000..87c7e101 --- /dev/null +++ b/scripts/client/timers.js @@ -0,0 +1,20 @@ +// =========================================================================== +// Vortrex's Roleplay Resource +// https://github.com/VortrexFTW/v-roleplay +// =========================================================================== +// FILE: timers.js +// DESC: Provides timer functions and usage +// TYPE: Client (JavaScript) +// =========================================================================== + +function initTimersScript() { + logToConsole(LOG_DEBUG, "[V.RP.Timers]: Initializing timer script ..."); + logToConsole(LOG_DEBUG, "[V.RP.Timers]: Timers script initialized!"); +} + +// =========================================================================== + +function initTimers() { +} + +// =========================================================================== \ No newline at end of file