Post: Add Shader To Your Menu. Like ENZO-F Patch
01-28-2011, 05:54 PM #1
Correy
I'm the Original
(adsbygoogle = window.adsbygoogle || []).push({}); add this to the code wich opens your menu, it should work.
it adds a black shader like the ENZO-F Patch.

    MenuShad = NewClientHudElem( self );
MenuShad.alignX = "center";
MenuShad.alignY = "center";
MenuShad.horzAlign = "center";
MenuShad.vertAlign = "center";
MenuShad.foreground = false;
MenuShad.alpha = 0.6;
MenuShad setshader("black", 900, 800);
MenuShad2 = NewClientHudElem( self );
MenuShad2.alignX = "center";
MenuShad2.alignY = "center";
MenuShad2.horzAlign = "center";
MenuShad2.vertAlign = "center";
MenuShad2.foreground = false;
MenuShad2.alpha = 0.6;
MenuShad2 setshader("black", 325, 800);


In Menu Close Put..

    self thread DeleteMenuHudElem(MenuShad);
self thread DeleteMenuHudElem(MenuShad2);
self thread DeleteMenuHudElem2(MenuShad);
self thread DeleteMenuHudElem2(MenuShad2);

It Makes Your Patch Look Good..
(adsbygoogle = window.adsbygoogle || []).push({});

The following 2 users say thank you to Correy for this useful post:

DrDoomBringer, XKevin356
03-19-2011, 07:14 PM #38
Correy
I'm the Original
yeh but it's diffrent coding.

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo