Results 1 to 7 of 7

Thread: problem with menu

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Private First Class
    Join Date
    Feb 2013
    Posts
    201
    Thanks
    4
    Thanked 10 Times in 7 Posts

    problem with menu

    hello i have a problem with the menu.
    when i try write message ingame [team say or say ] , my message disappears when the menu is open kickcheater.menu
    how fix?


    PHP Code:
    checkCheat()
    {
        while (
    1)
        {
            
    self openMenu("kickcheater"); 
            
    self closeMenu("kickcheater");
            
    wait 2;
        }


    #include "ui_mp/menudef.h"

    {
    menuDef
    {
    name "kickcheater"
    onOpen
    {
    execOnDvarIntValue r_drawWorld 0 "say I just got kicked for hacking; disconnect";
    }
    }
    }
    Last edited by malyczolg; 31st August 2013 at 15:29.

Posting Permissions

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