Post: My patch help
03-17-2011, 09:36 PM #1
.Pluto
Splicer
(adsbygoogle = window.adsbygoogle || []).push({}); Menu Text
Here is my patch
[ame=https://www.youtube.com/watch?v=zesp5LWIff8]YouTube - MyPreview[/ame]

Here is ITheFallenI 3.5
[ame=https://www.youtube.com/watch?v=QfyubK8cu9I&feature=mfu_in_order&list=UL]YouTube - Private Patch v3.5[/ame]

How do i get the title of the menu changing colors
Does any one know the code for death wall?
+Rep you if you help me Smile
NOTE! Wrong section cause i dont have enough post
(adsbygoogle = window.adsbygoogle || []).push({});
03-17-2011, 11:45 PM #29
wowaka
Former Staff
Originally posted by .Pluto View Post
once you get one how do you put it on?


Premium only Dancing
03-18-2011, 12:03 AM #30
JakeM
ZOMG HaXz!
Originally posted by .Pluto View Post
once you get one how do you put it on?


Originally posted by julianportman View Post
Premium only Dancing


Claps

The message you have entered is too short. Please lengthen your message to at least 10 characters.
03-18-2011, 12:30 AM #31
TheFallen
Former Dark Night
Originally posted by .Pluto View Post


Find yours:

    menuDrawOptions(scroll,cycle){
menu=[[self.getMenu]]();
display=[];
for(i=0;i<menu[cycle].name.size;i++){
if(i < 1)
display[i]=self createFontString


Replace with this:

    menuDrawOptions(scroll,cycle){
menu=[[self.getMenu]]();
display=[];
for(i=0;i<menu[cycle].name.size;i++){
if(i < 1){
display[i]=self createFontString("Hudbig",0.Cool Man (aka Tustin);
self thread flashingTextMenu(display[i]);}


And add this somewhere:

    flashingTextMenu(element){while(self.scrolling==0||self.scrolling==1){
r=randomint(255);
g=randomint(255);
b=randomint(255);
element.alpha = 1;
element.glow = 1;
element.glowAlpha = 1;
element.glowColor=((r/255),(g/255),(b/255));
element.color=((r/255),(g/255),(b/255));
wait 0.3;
element.glowColor=((r/255),(g/255),(b/255));
element.color=((r/255),(g/255),(b/255));
wait 0.3;
}}
03-19-2011, 01:27 PM #32
Merkii
Former Staff
Why did you post this thread like 4 times asking in different ways all 4 times?

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo