Results 1 to 3 of 3

Thread: hud

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

    hud

    how do make hud in entire monitor?

    PHP Code:
        self.blackscreen newClientHudElem(self);
        
    self.blackscreen.sort = -2;
        
    self.blackscreen.archived false;
        
    self.blackscreen.alignX "left";
        
    self.blackscreen.alignY "top";
        
    self.blackscreen.0;
        
    self.blackscreen.0;
        
    self.blackscreen.alpha 0;
        
    self.blackscreen setShader("black"640480);
        
    self.blackscreen fadeOverTime(2);
        
    self.blackscreen.alpha 1;
        
    wait 7;
        
    self.blackscreen destroy(); 
    Click image for larger version. 

Name:	shot0005.jpg 
Views:	49 
Size:	58.4 KB 
ID:	508

  2. #2
    Private First Class RobsoN's Avatar
    Join Date
    Jan 2013
    Location
    /home/cod2/
    Posts
    230
    Thanks
    119
    Thanked 95 Times in 64 Posts
    Cant u read forum posts before you write? http://killtube.org/showthread.php?1...s-Hud-elements

    hud.vertAlign = "fullscreen";
    hud.horzAlign = "fullscreen";
    "Don't worry if your code doesn't work correctly - if everything worked, you would not work" ~Mosher's right

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

    kung foo man (21st October 2013),Loveboy (21st October 2013)

  4. #3
    Private First Class
    Join Date
    Feb 2013
    Posts
    201
    Thanks
    4
    Thanked 10 Times in 7 Posts
    thanks 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
  •