Files
red-valley/resources/[framework]/[addons]/qs-advancedgarages/client/custom/debug.lua
2026-03-29 21:41:17 +03:00

8 lines
204 B
Lua

if not Config.Debug then return end
Debug('`gizmo` debug command initialized')
RegisterCommand('gizmo', function(source, args, raw)
currentlyInGarage = 'Pillbox Hill Garage'
decorate:open()
end)