Skip to content

Instantly share code, notes, and snippets.

View UAVXP's full-sized avatar

VXP UAVXP

View GitHub Profile
local red = Color(255,0,0)
local green = Color(0,255,0)
local function log(color,s)
MsgC(color,s .. "\n")
end
function mdmp(out)
local files,_ = file.Find("*.mdmp","BASE_PATH")
if out then log(red,"Found " .. #files .. " files!") end