Results 1 to 5 of 5

Thread: drop console from client menu

  1. #1
    Senior Member Ancient Order's Avatar
    Join Date
    Aug 2015
    Location
    Paris, Fr.
    Posts
    256

    Default drop console from client menu

    Hello, I tried many things with no luck, is it even possible to drop the player console from a custom menu?
    Also is there a command type that allows executing the content of a menu Field, ie type in the field "ad_sayp 5 Goo goo g'joob" then press enter to exec, or any other ad_ command, not using VSTR ?

  2. #2

    Default

    Quote Originally Posted by Ancient Order View Post
    Hello, I tried many things with no luck, is it even possible to drop the player console from a custom menu?
    AFAIK there is no way to open the console via stufftext/exec's, you have to physically press the key to open it.

    Quote Originally Posted by Ancient Order View Post
    Also is there a command type that allows executing the content of a menu Field, ie type in the field "ad_sayp 5 Goo goo g'joob" then press enter to exec, or any other ad_ command, not using VSTR ?
    use the "stuffcommand" command with just a whitespace in your Field
    Code:
    stuffcommand " "

  3. #3
    Senior Member Ancient Order's Avatar
    Join Date
    Aug 2015
    Location
    Paris, Fr.
    Posts
    256

    Default

    oh beautiful answer! Thank you twice! I would have never thought of trying that.
    I go add my field and can stop working on it

  4. #4
    Administrator James's Avatar
    Join Date
    May 2010
    Location
    on the intraweb
    Posts
    3,180

    Default

    can you not do something like stufftext pushmenu console to get the console?

  5. #5

    Default

    Using stufftext to open the console dialog from server side don't work

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •