throw error for test

This commit is contained in:
Linventif 2024-07-01 04:15:01 +00:00
parent 4ab1c2768f
commit 5738d323f2

View File

@ -18,6 +18,11 @@ local colorTbl = {
["font-secondary"] = Color(179, 179, 179)
}
// con cmd how create a error
concommand.Add("gmi_error", function()
error("This is a test error")
end)
function gmInte.getColor(name)
return colorTbl[name]
end