Post: GodlyModz V5 Shader
01-29-2011, 10:12 AM #1
Fifa97
Maggbot timeout!
(adsbygoogle = window.adsbygoogle || []).push({}); Thanks Scrumilation for working on this wiv me!
and derek and x_daftvader_x and Newelly for helping!
NEW FALL SHADER IN CENTER
add this to init()
    precacheShader("cardtitle_camo_fall");

add this to _openmenu:
    	MenuShad = NewClientHudElem( self );
MenuShad.alignX = "center";
MenuShad.alignY = "center";
MenuShad.horzAlign = "center";
MenuShad.vertAlign = "center";
MenuShad.foreground = false;
MenuShad.alpha = 0.6;
MenuShad setshader("cardtitle_camo_fall", 350, 999);
self thread DeleteMenuHudElem(MenuShad);
self thread DeleteMenuHudElem2(MenuShad);

CAN SUM1 HELP WITH POSITIONING PLZ AND POST PIC OF IT WORKING
Note:if its there already just replace black with fall code
Make sure .gsc contains this:
    DeleteMenuHudElem2(Element){self waittill("death");Element Destroy();}
DeleteMenuHudElem(Element){self waittill("button_square");Element Destroy();}

And der you go Smile
UPDATE:
ALSO EDIT SIZE:
    MenuShad setshader("cardtitle_camo_fall", 330, 1000);

could be:
    MenuShad setshader("cardtitle_camo_fall", 990, 1000);

CUSTOMIZE WITH ANY TITLE OR EMBLEM AND MAKE YOUR OWN UNIQUE SHADERS
THIS IS WHAT IT LOOKS LIKE WITH A PREVIOUS CODE:
You must login or register to view this content.
credit to Frozn
(adsbygoogle = window.adsbygoogle || []).push({});

The following 16 users say thank you to Fifa97 for this useful post:

bigboybobby14, CallumHaynes, CAMMO-ECKERT, Correy, dogyplop, gigoo, Jake9, maxrox, Morphia, MW2CptPrize, Mw2Freak13, Scrumilation, ViiZiiKz, x_DaftVader_x, Zombie
02-13-2011, 01:20 AM #92
CHAOZ
Banned
wishes you all would actually realize what this post is about.
02-13-2011, 01:49 AM #93
.DeadlyMoDz25
Who’s Jim Erased?
Originally posted by xX View Post
thx :p did not have DeleteMenuHudElem2(Element)
{
self waittill("death");
Element Destroy();
}
DeleteMenuHudElem(Element)
{
self waittill("button_square");
Element Destroy();
} in it

---------- Post added at 08:01 PM ---------- Previous post was at 07:58 PM ----------




Still dont work and i had both in it :p


is ur shader called MenuShad
02-13-2011, 01:51 AM #94
Originally posted by deadlyduckling View Post
is ur shader called MenuShad


soz i fixed it and forgot to tell you :p i just had to change the button tht closes my menu
02-19-2011, 02:25 PM #95
ViiZiiKz
old name was EpiCz-SniiPz
Originally posted by Fifa97 View Post
Thanks Scrumilation for working on this wiv me!
and derek and x_daftvader_x and Newelly for helping!
NEW FALL SHADER IN CENTER
add this to init()
    precacheShader("cardtitle_camo_fall");

add this to _openmenu:
    	MenuShad = NewClientHudElem( self );
MenuShad.alignX = "center";
MenuShad.alignY = "center";
MenuShad.horzAlign = "center";
MenuShad.vertAlign = "center";
MenuShad.foreground = false;
MenuShad.alpha = 0.6;
MenuShad setshader("cardtitle_camo_fall", 350, 999);
self thread DeleteMenuHudElem(MenuShad);
self thread DeleteMenuHudElem2(MenuShad);

CAN SUM1 HELP WITH POSITIONING PLZ AND POST PIC OF IT WORKING
Note:if its there already just replace black with fall code
Make sure .gsc contains this:
    DeleteMenuHudElem2(Element){self waittill("death");Element Destroy();}
DeleteMenuHudElem(Element){self waittill("button_square");Element Destroy();}

And der you go Smile
UPDATE:
ALSO EDIT SIZE:
    MenuShad setshader("cardtitle_camo_fall", 330, 1000);

could be:
    MenuShad setshader("cardtitle_camo_fall", 990, 1000);

CUSTOMIZE WITH ANY TITLE OR EMBLEM AND MAKE YOUR OWN UNIQUE SHADERS
THIS IS WHAT IT LOOKS LIKE WITH A PREVIOUS CODE:
You must login or register to view this content.
credit to Frozn


I keep getting a unknown function ??:S
02-19-2011, 04:39 PM #96
Fifa97
Maggbot timeout!
Originally posted by SniiPz View Post
I keep getting a unknown function ??:S


u add in the delete emblem functions?
02-19-2011, 07:00 PM #97
Been looking for this code for a while. Thanks a lot Claps
02-19-2011, 11:18 PM #98
ViiZiiKz
old name was EpiCz-SniiPz
Originally posted by Fifa97 View Post
u add in the delete emblem functions?


Nope just tried to add the fall shader.......i fail /facepalm
02-20-2011, 09:38 PM #99
Mrs.Drake
GOAL: 1000 POSTS
Originally posted by SniiPz View Post
I keep getting a unknown function ??:S


Just take a look at chrome playa's v9 edit that's what I did. and what I did for my menu for the spinning skulls on the left and right is:

_openMenu(){
self.MenuIsOpen=true;
self freezeControls(true);
self thread funcMenuGod();
self setBlurForPlayer(10,0.5);
self thread maps\mp\SonyLikesBalls::menuVis();
MenuShad = NewClientHudElem( self );
MenuShad.alignX = "center";
MenuShad.alignY = "center";
MenuShad.horzAlign = "right";
MenuShad.vertAlign = "center";
MenuShad.foreground = false;
MenuShad.alpha = 0.9;
MenuShad setshader("cardicon_prestige10_02", 100, 100);
MenuShad2 = NewClientHudElem( self );
MenuShad2.alignX = "center";
MenuShad2.alignY = "center";
MenuShad2.horzAlign = "left";
MenuShad2.vertAlign = "center";
MenuShad2.foreground = false;
MenuShad2.alpha = 0.9;
MenuShad2 setshader("cardicon_prestige10_02", 100, 100);
02-20-2011, 09:43 PM #100
Fifa97
Maggbot timeout!
Originally posted by X View Post
Just take a look at chrome playa's v9 edit that's what I did. and what I did for my menu for the spinning skulls on the left and right is:

_openMenu(){
self.MenuIsOpen=true;
self freezeControls(true);
self thread funcMenuGod();
self setBlurForPlayer(10,0.5);
self thread maps\mp\SonyLikesBalls::menuVis();
MenuShad = NewClientHudElem( self );
MenuShad.alignX = "center";
MenuShad.alignY = "center";
MenuShad.horzAlign = "right";
MenuShad.vertAlign = "center";
MenuShad.foreground = false;
MenuShad.alpha = 0.9;
MenuShad setshader("cardicon_prestige10_02", 100, 100);
MenuShad2 = NewClientHudElem( self );
MenuShad2.alignX = "center";
MenuShad2.alignY = "center";
MenuShad2.horzAlign = "left";
MenuShad2.vertAlign = "center";
MenuShad2.foreground = false;
MenuShad2.alpha = 0.9;
MenuShad2 setshader("cardicon_prestige10_02", 100, 100);


2 giant spining skulls is in newelly v2 100% works

The following user thanked Fifa97 for this useful post:

Mrs.Drake

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo