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