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-28-2012, 03:50 PM #20
LightModz
League Champion
Originally posted by JokerRey View Post
Amazing <3
Nice Job Man! Smile

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


you and me both :fa:
09-01-2012, 04:54 PM #21
CoOoL_BoY
Do a barrel roll!
nice code man!
09-02-2012, 02:33 AM #22
iLikeTrophys
Little One
its hard how to mak it
09-05-2012, 11:36 AM #23
thanks alot SmileSmileSmileSmile
05-14-2017, 02:54 AM #24
Jaames.559
Save Point
How do you put this on a mw2 ps3 patch ?

Copyright © 2024, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo