Quote:
Originally Posted by r3ckless
Hey, I was wondering if there was a way to disable the Client-RC? I've been trying to find the window name by using onFirstResponderChanges, but with no success. Can anybody help me out here?
|
Why exactly do you need to do this?
Quote:
Originally Posted by fowlplay4
Try:
PHP Code:
//#CLIENTSIDE function onCreated() { findweapon("-ScriptedRC").destroy(); }
|
This may also stop the Client-RC from working after switching servers, which is not ideal. If there is some good case for disabling the Client-RC on a server then I can add the necessary functionality to do that without breaking it completely.