Initial Commit

master
El Al 5 years ago
parent 719ee62f7d
commit f4179871e2
  1. 3
      gamemode/core/sh_debug.lua

@ -5,11 +5,10 @@
-- \ \ / ____ \| | | | | | | | __/ (__| | | | / / -- \ \ / ____ \| | | | | | | | __/ (__| | | | / /
-- \_\ /_/ \_\_|_| |_| |_|_|\___|\___|_| |_| /_/ -- \_\ /_/ \_\_|_| |_| |_|_|\___|\___|_| |_| /_/
--- This is used for debugging :D
local prefix local prefix
if CLIENT then prefix = "[Quantum] : " else prefix = "" end -- A little advertisement for the players if CLIENT then prefix = "[Quantum] : " else prefix = "" end -- A little advertisement for the players
function Quantum.Debug( txt ) function Quantum.Debug( txt ) -- Very usefull for debugging
if( txt ) then if( txt ) then
MsgC( Color( 200, 200, 200 ), prefix .. "[Debug] " .. txt .. "\n" ) MsgC( Color( 200, 200, 200 ), prefix .. "[Debug] " .. txt .. "\n" )
else else

Loading…
Cancel
Save