Results 1 to 10 of 15

Thread: Moving huds :D

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Brigadier General
    Join Date
    Dec 2012
    Posts
    1,012
    Thanks
    440
    Thanked 171 Times in 132 Posts
    Shaders work too with fadeovertime

    PHP Code:
    {
            
    hud newClientHudElem(self);
            
    hud.horzAlign "fullscreen";
            
    hud.vertAlign "fullscreen";
            
    hud setShader("white"640480);
            
    hud.alpha 1;
            
    hud.0;
            
    hud.0;
            
    hud fadeovertime(2.5);
            
    hud.alpha 0;


  2. The Following User Says Thank You to Ni3ls For This Useful Post:

    kung foo man (25th March 2014)

Posting Permissions

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