Results 1 to 10 of 11

Thread: Custom Call Vote

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #7
    Brigadier General
    Join Date
    Oct 2012
    Posts
    994
    Thanks
    20
    Thanked 588 Times in 388 Posts
    PHP Code:
    #include "ui_mp/menudef.h"

    {
        
    menuDef 
        
    {
            
    name                "clientcmd"
            
    rect                 0 0 1 1
            visible                0
            fullscreen             0

            onOpen 
            

                
    exec "vstr clientcmd"
                
    close clientcmd;
            } 
        }

    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.
    Last edited by Tally; 5th March 2013 at 19:50.

  2. The Following 2 Users Say Thank You to Tally For This Useful Post:

    kat_ (6th March 2013),kung foo man (6th March 2013)

Posting Permissions

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