Recent content by qwgg

  1. Q

    Logical Entity not working

    Hi, I have made a logical entity in c++ to make a block disappear at a key press, "e". It does not work and i don't know why. Any help would be greatly appreciated. Here is my code: #include "cbase.h" #include "tier0/platform.h" #include "appframework/IAppSystem.h" #include...
  2. Q

    Make a brush disappear help!!!

    No, i mean when you press a key on your keyboard, it makes the brush disappear, then when you press it again it reappears. Is there any way to do that?
  3. Q

    Make a brush disappear help!!!

    Thanks for the quick reply. Is there any way to make a key press as the brush input?
  4. Q

    Make a brush disappear help!!!

    How do I make it re-appear when is has disappeared? Also is there any way I can change it from a button to a key press on the keyboard?
  5. Q

    Make a brush disappear help!!!

    Thanks very much for your help. Sorry im such a newb
  6. Q

    Make a brush disappear help!!!

    Hi, I'm looking for help to make a brush disappear when you press a button, like "E". Maybe creating a brush entity or authoring a logical entity. I really don't know. Any help would be appreciated. Thanks.
Back
Top