Skip to content
#849
Auto-translated
Dyrman
Or maybe there's an interceptor for outputting strings to the console?
The function _ERRORMESSAGE is responsible for this, which displays messages like (Script) ERROR
errormsg = _ERRORMESSAGE
function _ERRORMESSAGE(string)
if string ~= "Hitler kaput" then
errormsg(string)
end
end
This is if the output string is the same; otherwise, you need to equate
_ERRORMESSAGE = parse('')
for a while.
function DoNotShowErrorMessage()
local err = _ERRORMESSAGE
_ERRORMESSAGE = parse('') -- or _ERRORMESSAGE = function()end
sleep(1)
_ERRORMESSAGE = err
end

Statistics

Welcome our newest member: dodoD0D0

Users Online 1 users 1318 guests