Ulysses Stuff > General Chat & Help and Support

ulx.CONCOMMAND( "noclip")

(1/1)

fackelkind:
Hey there,

well I try to integrate my TeamSuite in ULib/ULX. That works perfectly, it reads the Ulib flags now to specify a users team.
But I have troubles with one of my addons: Noclip.
Since ULX has an own !noclip chatcommand it collides with my one.
Is there a way to unhook this chatcommand? If so, how? And have ULX1 this chatcommand too? How to unhook it there?

fackelkind:
I figure it out myself. Its not nice, but it works. I do on each !noclip call:

--- Code: ---                        if ULib and ULib.sayCmds and ULib.sayCmds["!noclip"] then
                                ULib.sayCmds["!noclip"] = nil
                        end

--- End code ---

Golden-Death:
You could of course just change the noclip chat command to something else.

JamminR:
True. Several non-Source games use 'ghost' in the console instead of noclip.
Might try that

Navigation

[0] Message Index

Go to full version