Add client timers script

This commit is contained in:
Vortrex
2023-02-25 04:39:27 -06:00
parent e14d7170aa
commit 69317b3b1f

20
scripts/client/timers.js Normal file
View File

@@ -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() {
}
// ===========================================================================