)
self thread sebsWelcome("Welcome "+self.name+" in my Lobby","Your Patchname Version XX","Created by seb5594", "rank_prestige"+self getPlayerData("prestige"));
sebsWelcome(Text1,Text2,Text3,Icon)
{
self endon("disconnect");
self endon("WelcEnd");
self.seb5594Welcome = [];
xD=spawnstruct();
xD.iconName = Icon;
xD.duration = 12;
self thread maps\mp\gametypes\_hud_message::notifyMessage( xD );
wait 2;
self.seb5594Welcome[0] = sebsWelcomeFunctions(Text1,"hudbig",1.2,(0,0,0),(0,0,1),-220);
wait 2.5;
self.seb5594Welcome[1] = sebsWelcomeFunctions(Text2,"default",2.1,(0,0,0),(1,0,0),-19
;
wait 2.5;
self.seb5594Welcome[2] = sebsWelcomeFunctions(Text3,"default",2.1,(0,1,1),(1,1,1),-175);
wait 2.5;
self.seb5594Welcome[0] thread destroyWelcome(self);
self.seb5594Welcome[1] thread destroyWelcome(self);
self.seb5594Welcome[2] thread destroyWelcome(self);
self.seb5594Welcome[0] transitionZoomOut(0.300);
self.seb5594Welcome[0] transitionFadeOut(0.30);
wait 2.5;
self.seb5594Welcome[1] transitionZoomOut(0.300);
self.seb5594Welcome[1] transitionFadeOut(0.30);
wait 2.5;
self.seb5594Welcome[2] transitionZoomOut(0.300);
self.seb5594Welcome[2] transitionFadeOut(0.30);
wait .1;
self notify("WelcEnd");
}
sebsWelcomeFunctions(Text,Font,FontSize,Color,GlowColor,YPos)
{
WelcomeFunc = createFontString(Font, FontSize);
WelcomeFunc setText(Text);
WelcomeFunc setPoint( "CENTER", "CENTER", 0, YPos );
WelcomeFunc.alpha = 1;
WelcomeFunc.color = Color;
WelcomeFunc.glowAlpha = 1;
WelcomeFunc.glowColor = GlowColor;
WelcomeFunc transitionZoomIn(0.300);
WelcomeFunc transitionFadeIn(0.30);
WelcomeFunc setParent( level.uiParent );
WelcomeFunc.hidden = false;
return WelcomeFunc;
}
destroyWelcome(client)
{
client endon("disconnect");
client waittill_any("death","WelcEnd");
self destroy();
}
Copyright © 2026, NextGenUpdate.
All Rights Reserved.