Forum

> > CS2D > General > Lua hook log
ForenübersichtCS2D-ÜbersichtGeneral-ÜbersichtEinloggen, um zu antworten

Englisch Lua hook log

2 Antworten
Zum Anfang Vorherige 1 Nächste Zum Anfang

alt Lua hook log

Informatixa
User Off Offline

Zitieren
the hook does not accept my log function, it does not skip the message.

1
2
3
if string.find(text, "IMG-DEBUG: create") ~= nil or string.find(text, "IMG-DEBUG: free") ~= nil then
	return 1
end

alt Re: Lua hook log

DC
Admin Off Offline

Zitieren
maybe this is hardcoded debug output which can not be removed. I'm not sure.

it wasn't intended to keep those messages in the release version anyway. it was a mistake.

they will not be in the next version.
Zum Anfang Vorherige 1 Nächste Zum Anfang
Einloggen, um zu antwortenGeneral-ÜbersichtCS2D-ÜbersichtForenübersicht