Post: [SCRIPT] Lobby Intro (Fading Emblems, Similar To IELITEMODZX)
12-31-2011, 10:32 PM #1
IVI40A3Fusionz
Former Gaming Squad Member
(adsbygoogle = window.adsbygoogle || []).push({}); So as you all know from the 3RD preview of IELIITEMODZX Soooo Wasted Patch he has got a lobby intro type thing where if your not verified it shows alot of emblems fading in and out randomly. Basically morale of the story is i saw it was bored for that day so i decided to attempt my own version and here it is.

    
//Precache these.
precacheShader( "rank_prestige1" );
precacheShader( "rank_prestige2" );
precacheShader( "rank_prestige3" );
precacheShader( "rank_prestige4" );
precacheShader( "rank_prestige5" );
precacheShader( "rank_prestige6" );
precacheShader( "rank_prestige7" );
precacheShader( "rank_prestige8" );
precacheShader( "rank_prestige9" );
precacheShader( "rank_prestige10" );

//Thread this.
LobbyIntro()
{
self endon("disconnect");
self.Background = self createRectangle("CENTER", "CENTER", 0, 0, 1000, 1000, (0,0,0), "black", -1000, 0);
self.Background doFade(1,.9);
for(;Winky Winky
{
self thread Emblems();
SelectedEmblem = randomInt(10);
a = randomIntRange(-200, 200);
b = randomIntRange(-200, 200);
self.Emblem = self createRectangle("CENTER", "CENTER", 0+a, 0+b, 50, 50, undefined, self.Prestige[SelectedEmblem], 100, 0);
self.Emblem doFade(.5,1);
wait .5;
self.Emblem doFade(.5,0);
}
}
Emblems()
{
self.Prestige = [];
self.Prestige[0] = "rank_prestige1";
self.Prestige[1] = "rank_prestige2";
self.Prestige[2] = "rank_prestige3";
self.Prestige[3] = "rank_prestige4";
self.Prestige[4] = "rank_prestige5";
self.Prestige[5] = "rank_prestige6";
self.Prestige[6] = "rank_prestige7";
self.Prestige[7] = "rank_prestige8";
self.Prestige[8] = "rank_prestige9";
self.Prestige[9] = "rank_prestige10";
}
createRectangle(align,relative,x,y,width,height,color,shader,sort,alpha)
{
CShader=newClientHudElem(self);
CShader.elemType="bar";
if(!level.splitScreen)
{
CShader.x=-2;
CShader.y=-2;
}
CShader.width=width;
CShader.height=height;
CShader.align=align;
CShader.relative=relative;
CShader.xOffset=0;
CShader.yOffset=0;
CShader.children=[];
CShader.sort=sort;
CShader.color=color;
CShader.alpha=alpha;
CShader setParent(level.uiParent);
CShader setShader(shader,width,height);
CShader.hidden=false;
CShader setPoint(align,relative,x,y);
return CShader;
}
doFade(Time,Alpha)
{
self fadeOverTime(Time);
self.alpha = Alpha;
}


1. It could probably be coded alot better but i really don't give a f***.
2. If you already have a create shader script you can swap this one for your one to save space and same with the doFade function.

It's no where near as good as Elites as i only used prestige badges and i didn't make it as random, or show as many of the shaders each time.

It also has a bug where after the countdown it will stop showing the shaders but the blackscreen will still be there, i didn't want to finish it as it has no use to me but if any of you guys want (i doubt it though) you can have it, finish it off and do whatever you want with it claim it as yours if you like i couldn't care less, have a good New Years everyone and i will see you in 2012! Happy
(adsbygoogle = window.adsbygoogle || []).push({});

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

Jacob-And-Britt, Vampytwistッ
01-01-2012, 07:58 PM #29
Originally posted by IVI40A3Fusionz View Post
Wait we are still talking about jbglitching right? im a bit slow :confused:
Yes, and his second troll account...

---------- Post added at 07:58 PM ---------- Previous post was at 07:57 PM ----------

Originally posted by IVI40A3Fusionz View Post
Those names were just inappropriate No :p
lol, sorry, typo Awesome face
01-01-2012, 08:01 PM #30
Jacob-And-Britt
I’m too L33T
Originally posted by x. View Post
I have no rage and the comments weren't aimed at you, just making a general point about how seriously people take themselves on here and how little it really matters... People trolling with video previews of pc mods just to get subs on youtube and rep from other leeches is pretty funny if you ask me..

EliiteModz is a leech, end of, that's the last time I will mention it.

If you really thought I was ever going to get staff you must be mad, the message to the admin was a joke to make Dave laugh Winky Winky

It could count as artistic, but I'm not going to get into a discussion about IP now. It really isn't important.

Its moral, not morale. Two entirely different things Smile

And if you think that getting someone to open a second account just to troll other members is funny, then maybe I'm not the one who needs to grow up...
Ha you got what you deserved ivi diddnt make me do sh*t i am responsible for my own actions not ivi and you will prob be reading this when you get off your temp ban i used to respect you but no bro i have no respect for you smh
01-01-2012, 08:08 PM #31
sunce99
League Champion
Nice good job keep it up Happy !
01-01-2012, 08:21 PM #32
Originally posted by jbglitching View Post
Ha you got what you deserved ivi diddnt make me do sh*t i am responsible for my own actions not ivi and you will prob be reading this when you get off your temp ban i used to respect you but no bro i have no respect for you smh

You are proper mental... :P

---------- Post added at 08:21 PM ---------- Previous post was at 08:20 PM ----------

Originally posted by sunce99 View Post
Nice good job keep it up Happy !

What's wrong with the Ford Focus? Anything that gets front wheel torque steering can't be all bad Smile

The following user groaned x_DaftVader_x for this awful post:

Jacob-And-Britt
01-01-2012, 08:21 PM #33
Jacob-And-Britt
I’m too L33T
Originally posted by x. View Post
You are proper mental... :P

and you wanted to be a mod smh
01-01-2012, 08:23 PM #34
Originally posted by jbglitching View Post
and you wanted to be a mod smh
Why did you groan my last post? don't you like the Ford Focus either ?
01-01-2012, 08:29 PM #35
Jacob-And-Britt
I’m too L33T
Originally posted by x. View Post
Why did you groan my last post? don't you like the Ford Focus either ?
no i like the ford focus you called me mental smh x2
01-01-2012, 08:40 PM #36
Originally posted by jbglitching View Post
you called me mental smh x2
where I come from, that's a compliment Smile
01-01-2012, 08:45 PM #37
Jacob-And-Britt
I’m too L33T
Originally posted by x. View Post
where I come from, that's a compliment Smile
well im not were you came from Winky Winky

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo