Common Dependencies
REC_Utils
Welcome to REC_Utils documentation.
Category
FREEInstallation
Download the dependencies
Download main resource
Copy and paste this on your server.cfg
ensure REC_Utils
Done
enjoy it !
Stracture
config/sv_config.lua
---@class REC_Utils.Shared.Config
local config = {}
---[[
--- Debug Mode
---]]
---@type boolean
config.debugMode = true
return config