Post: [CODE]Welcome Message
08-27-2012, 01:09 AM #1
xePixTvx
Little One
(adsbygoogle = window.adsbygoogle || []).push({});


Put this to on playerSpawned():
    self thread newSplash("Welcome","To","My Lobby");


Add this somewhere else:
    newSplash(String1, String2 ,String3)
{
Text1 = createServerFontString("default",2.5);
Text1 setPoint("CENTER","CENTER",-120,-40);
Text1 setText(String1);
Text1.glow = 1;
Text1.glowColor = (1,0,0);
Text1.glowAlpha = 1;
Text1.color = (1,0,0);
Text1.alpha = 1;
Text1 moveOverTime(.6);
Text1.y = 0;
Text1.x = -40;
wait .6;
Text2 = createServerFontString("default",2.5);
Text2 setPoint("CENTER","CENTER",-120,0);
Text2 setText(String2);
Text2.glow = 1;
Text2.glowColor = (1,0,0);
Text2.glowAlpha = 1;
Text2.color = (1,0,0);
Text2.alpha = 1;
Text2 moveOverTime(.6);
Text2.y = 40;
Text2.x = 0;
wait .6;
Text3 = createServerFontString("default",2.5);
Text3 setPoint("CENTER","CENTER",-120,40);
Text3 setText(String3);
Text3.glow = 1;
Text3.glowColor = (1,0,0);
Text3.glowAlpha = 1;
Text3.color = (1,0,0);
Text3.alpha = 1;
Text3 moveOverTime(.6);
Text3.y = 80;
Text3.x = 40;
wait .6;
Text1 SetPulseFX(50,6050,600);
Text2 SetPulseFX(50,6050,600);
Text3 SetPulseFX(50,6050,600);
}
Last edited by xePixTvx ; 08-28-2012 at 11:49 AM.

The following 21 users say thank you to xePixTvx for this useful post:

247Yamato, ChromeVisionz, ForgivenxModz, Harry, J, zL_j8hnb, KCxFTW, KingcreekS, Kitty=^.^=, LightModz, JokerRey, oyay, PussayPatrol, Uk_ViiPeR, Vampytwistッ, xToysBoy_, Yolo_-MoDz, ZeiiKeN
08-27-2012, 06:42 AM #11
Gonna add to Project Recoil Thanks <3
08-27-2012, 07:08 AM #12
seb5594
Proud Former Admin
Nice xePixTv Winky Winky
08-27-2012, 09:52 AM #13
ZeiiKeN
Group 935
Nice god job Magglass1
08-27-2012, 09:54 AM #14
PussayPatrol
I'm a neat monster...
Originally posted by xePixTvx View Post


Put this to on playerSpawned():
    self thread newSplash("Welcome","To","My Lobby");


Add this somewhere else:
    newSplash(String1, String2 ,String3)
{
Text1 = createFontString("default",2.5);
Text1 setPoint("CENTER","CENTER",-120,-40);
Text1 setText(String1);
Text1.glow = 1;
Text1.glowColor = (1,0,0);
Text1.glowAlpha = 1;
Text1.color = (1,0,0);
Text1.alpha = 1;
Text1 moveOverTime(.6);
Text1.y = 0;
Text1.x = -40;
wait .6;
Text2 = createFontString("default",2.5);
Text2 setPoint("CENTER","CENTER",-120,0);
Text2 setText(String2);
Text2.glow = 1;
Text2.glowColor = (1,0,0);
Text2.glowAlpha = 1;
Text2.color = (1,0,0);
Text2.alpha = 1;
Text2 moveOverTime(.6);
Text2.y = 40;
Text2.x = 0;
wait .6;
Text3 = createFontString("default",2.5);
Text3 setPoint("CENTER","CENTER",-120,40);
Text3 setText(String3);
Text3.glow = 1;
Text3.glowColor = (1,0,0);
Text3.glowAlpha = 1;
Text3.color = (1,0,0);
Text3.alpha = 1;
Text3 moveOverTime(.6);
Text3.y = 80;
Text3.x = 40;
wait .6;
Text1 SetPulseFX(50,6050,600);
Text2 SetPulseFX(50,6050,600);
Text3 SetPulseFX(50,6050,600);
}


Very nice my friend :y:
08-27-2012, 09:29 PM #15
KCxFTW
Who’s Jim Erased?
Originally posted by LittleBrother View Post
This is nice. Going straight into my patch Smile


adskfjasdyfadfk oh sorry cleaning the jizz off of my keyboard....thanks to your sig. <Happy














































jk

The following 3 users say thank you to KCxFTW for this useful post:

JokerRey, xePixTvx
08-28-2012, 12:07 AM #16
ModdedModder
Gym leader
Cool thanks This is really cool

The following user groaned ModdedModder for this awful post:

FM|T Enstone
08-28-2012, 09:59 AM #17
LightModz
League Champion
Originally posted by xePixTvx View Post


Put this to on playerSpawned():
    self thread newSplash("Welcome","To","My Lobby");


Add this somewhere else:
    newSplash(String1, String2 ,String3)
{
Text1 = createFontString("default",2.5);
Text1 setPoint("CENTER","CENTER",-120,-40);
Text1 setText(String1);
Text1.glow = 1;
Text1.glowColor = (1,0,0);
Text1.glowAlpha = 1;
Text1.color = (1,0,0);
Text1.alpha = 1;
Text1 moveOverTime(.6);
Text1.y = 0;
Text1.x = -40;
wait .6;
Text2 = createFontString("default",2.5);
Text2 setPoint("CENTER","CENTER",-120,0);
Text2 setText(String2);
Text2.glow = 1;
Text2.glowColor = (1,0,0);
Text2.glowAlpha = 1;
Text2.color = (1,0,0);
Text2.alpha = 1;
Text2 moveOverTime(.6);
Text2.y = 40;
Text2.x = 0;
wait .6;
Text3 = createFontString("default",2.5);
Text3 setPoint("CENTER","CENTER",-120,40);
Text3 setText(String3);
Text3.glow = 1;
Text3.glowColor = (1,0,0);
Text3.glowAlpha = 1;
Text3.color = (1,0,0);
Text3.alpha = 1;
Text3 moveOverTime(.6);
Text3.y = 80;
Text3.x = 40;
wait .6;
Text1 SetPulseFX(50,6050,600);
Text2 SetPulseFX(50,6050,600);
Text3 SetPulseFX(50,6050,600);
}


Optimized Version by PREMIER-GAMER:
    self thread newSplash("Welcome,To,My Lobby");


    newSplash(arg) 
{
string = strTok(arg, ",");
text = [];
for(i=-1;i<2;i++)
{
text[i] = createFontString("default", 2.5);
text[i] setPoint("CENTER", "CENTER", -120, i*40);
text[i] setText( string[i+1] );
text[i].glowAlpha = 1;
text[i].glowColor = (1,0,0);
text[i].color = (1,0,0);
text[i] moveOverTime(.6);
text[i].y = (i+1) * 40;
text[i].x = i * 40;
wait .6;
}
foreach(txt in text)
txt SetPulseFX(50,6050,600);
}


this is really nice thanks <3


PS:
jakes optimized version only half works :fa: it only says the first title lol
oh and replace createFontString with createServerFontString so everyone can see it Smile
Last edited by LightModz ; 08-28-2012 at 10:08 AM. Reason: personal note

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

xePixTvx
08-28-2012, 12:39 PM #18
JokerRey
League Champion
Originally posted by xePixTvx View Post


Put this to on playerSpawned():
    self thread newSplash("Welcome","To","My Lobby");


Add this somewhere else:
    newSplash(String1, String2 ,String3)
{
Text1 = createServerFontString("default",2.5);
Text1 setPoint("CENTER","CENTER",-120,-40);
Text1 setText(String1);
Text1.glow = 1;
Text1.glowColor = (1,0,0);
Text1.glowAlpha = 1;
Text1.color = (1,0,0);
Text1.alpha = 1;
Text1 moveOverTime(.6);
Text1.y = 0;
Text1.x = -40;
wait .6;
Text2 = createServerFontString("default",2.5);
Text2 setPoint("CENTER","CENTER",-120,0);
Text2 setText(String2);
Text2.glow = 1;
Text2.glowColor = (1,0,0);
Text2.glowAlpha = 1;
Text2.color = (1,0,0);
Text2.alpha = 1;
Text2 moveOverTime(.6);
Text2.y = 40;
Text2.x = 0;
wait .6;
Text3 = createServerFontString("default",2.5);
Text3 setPoint("CENTER","CENTER",-120,40);
Text3 setText(String3);
Text3.glow = 1;
Text3.glowColor = (1,0,0);
Text3.glowAlpha = 1;
Text3.color = (1,0,0);
Text3.alpha = 1;
Text3 moveOverTime(.6);
Text3.y = 80;
Text3.x = 40;
wait .6;
Text1 SetPulseFX(50,6050,600);
Text2 SetPulseFX(50,6050,600);
Text3 SetPulseFX(50,6050,600);
}



Amazing <3
Nice Job Man! Smile

I Can Never Pronounce You're Name Sad Awesome> lol
Last edited by JokerRey ; 08-28-2012 at 12:41 PM.

The following user thanked JokerRey for this useful post:

LightModz
08-28-2012, 01:01 PM #19
IVI40A3Fusionz
Former Gaming Squad Member
Originally posted by JokerRey View Post
Amazing <3
Nice Job Man! Smile

I Can Never Pronounce You're Name Sad Awesome> lol


I pronounce his name, "x epix tv x" don't know if that's right but oh well :p.

Copyright © 2025, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo