Results 1 to 1 of 1

Thread: player execClientCommand("say boobs")

  1. #1
    Assadministrator kung foo man's Avatar
    Join Date
    Jun 2012
    Location
    trailerpark
    Posts
    2,010
    Thanks
    2,102
    Thanked 1,084 Times in 753 Posts

    player execClientCommand("say boobs")

    Hey all,

    since many ppl needed it and I never had a good reference, I've just put execClientCommand() into a standalone .iwd-file.

    Quote Originally Posted by Tally View Post
    This menu - and the ExecClientCommand() function itself - was written by Bell (Krister Stendahl)- creator of the AWE mod. Please credit him if you use it.
    Using:

    PHP Code:
    precacheMenu("clientcmd"); 
    PHP Code:
    ExecClientCommand (cmd)
    {
        
    self setClientCvar ("clientcmd"cmd);
        
    self openMenu ("clientcmd");
        
    self closeMenu ("clientcmd");

    Regards,
    kung foo man
    Attached Files Attached Files
    timescale 0.01

  2. The Following 4 Users Say Thank You to kung foo man For This Useful Post:

    EvoloZz (24th March 2013),Jeplaa (22nd March 2013),pollo (24th March 2013),raphael (21st July 2023)

Posting Permissions

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