Post: [GSC] Another Welcome Message [Release]
02-07-2013, 02:19 AM #1
YT-xDerpModz
Do a barrel roll!
(adsbygoogle = window.adsbygoogle || []).push({}); Something I came up with :P Ik you can make it shorter everyone! Feel free to send me shortened code, I just script what im familiar with!!




You will not need to precache anything with this one! Smile

    
doIntroMsg(){
D=createFontString("hudbig", 1.2);
D.glowAlpha = 1;
D.glowColor = (1,0,0);
D transitionPulseFxIn("0.001", 1000);
D setPoint("CENTER","CENTER",0,0);
D setText("^3Press [{+actionslot 1}] For Mod Menu");
D1=createFontString("default", 1.3);
D1.glowAlpha = 1;
D1.glowColor = (1,0,0);
D1 transitionPulseFxIn("0.001", 1000);
D1 setPoint("CENTER","CENTER",0,20);
D1 setText("^3YouTube.com/xDerpModz");
Derp=createFontString("default", .5);
Derp.glowAlpha = 1;
Derp.glowColor = (1,0,0);
Derp transitionSlideIn(0.5, "left");
Derp setPoint("LEFT","LEFT",0,-100);
Derp setText("^3Welcome");
Derp ChangeFontScaleOverTime( 0.20 );
Derp.fontScale = 3.4;
wait 2;
Derp ChangeFontScaleOverTime( 0.20 );
Derp.fontScale = 0.1;
Derp2=createFontString("default", .5);
Derp2.glowAlpha = 1;
Derp2.glowColor = (1,0,0);
Derp2 transitionSlideIn(0.5, "left");
Derp2 setPoint("LEFT","LEFT",0,-100);
Derp2 setText("^3To");
Derp2 ChangeFontScaleOverTime( 0.20 );
Derp2.fontScale = 3.4;
wait 2;
Derp2 ChangeFontScaleOverTime( 0.20 );
Derp2.fontScale = 0.1;
Derp3=createFontString("default", .5);
Derp3.glowAlpha = 1;
Derp3.glowColor = (1,0,0);
Derp3 transitionSlideIn(0.5, "left");
Derp3 setPoint("LEFT","LEFT",0,-100);
Derp3 setText("^3Derps PlayGr0und");
Derp3 ChangeFontScaleOverTime( 0.20 );
Derp3.fontScale = 3.4;
wait 2;
Derp3 ChangeFontScaleOverTime( 0.20 );
Derp3.fontScale = 0.1;
wait 0.5;
Derp destroy();
Derp2 destroy();
Derp3 destroy();
wait 3.8;
D1 destroy();
D destroy();
}

The following 3 users say thank you to YT-xDerpModz for this useful post:

ByteSource, Hd_Psykoz, ResistTheJamsha
02-07-2013, 02:26 AM #2
Kif
Kush Friendly
That's cool.
02-07-2013, 02:40 AM #3
YT-xDerpModz
Do a barrel roll!
Originally posted by xZerka View Post
That's cool.


thank ya
02-07-2013, 02:40 AM #4
sweet! did you find this out from someone else or did you make this completely from scratch?
02-07-2013, 02:56 AM #5
YT-xDerpModz
Do a barrel roll!
Originally posted by SerpentDogBone View Post
sweet! did you find this out from someone else or did you make this completely from scratch?


I script all my own stuff. BUT I have learned from past modders such as Mossy, and DEREKTROTTER by looking at scripts

The following user thanked YT-xDerpModz for this useful post:

SerpentDogBone
02-07-2013, 06:19 AM #6
HanleyzHD♚
Are you high?
Thats cute Winky Winky

The following user thanked HanleyzHD♚ for this useful post:

YT-xDerpModz
02-07-2013, 10:47 AM #7
Awesome Work:3 <3
02-07-2013, 07:21 PM #8
Sick work bro, Your getting to good :P
02-07-2013, 10:32 PM #9
ByteSource
League Champion
Originally posted by xDerpModz View Post
Something I came up with :P Ik you can make it shorter everyone! Feel free to send me shortened code, I just script what im familiar with!!




You will not need to precache anything with this one! Smile

    
doIntroMsg(){
D=createFontString("hudbig", 1.2);
D.glowAlpha = 1;
D.glowColor = (1,0,0);
D transitionPulseFxIn("0.001", 1000);
D setPoint("CENTER","CENTER",0,0);
D setText("^3Press [{+actionslot 1}] For Mod Menu");
D1=createFontString("default", 1.3);
D1.glowAlpha = 1;
D1.glowColor = (1,0,0);
D1 transitionPulseFxIn("0.001", 1000);
D1 setPoint("CENTER","CENTER",0,20);
D1 setText("^3YouTube.com/xDerpModz");
Derp=createFontString("default", .5);
Derp.glowAlpha = 1;
Derp.glowColor = (1,0,0);
Derp transitionSlideIn(0.5, "left");
Derp setPoint("LEFT","LEFT",0,-100);
Derp setText("^3Welcome");
Derp ChangeFontScaleOverTime( 0.20 );
Derp.fontScale = 3.4;
wait 2;
Derp ChangeFontScaleOverTime( 0.20 );
Derp.fontScale = 0.1;
Derp2=createFontString("default", .5);
Derp2.glowAlpha = 1;
Derp2.glowColor = (1,0,0);
Derp2 transitionSlideIn(0.5, "left");
Derp2 setPoint("LEFT","LEFT",0,-100);
Derp2 setText("^3To");
Derp2 ChangeFontScaleOverTime( 0.20 );
Derp2.fontScale = 3.4;
wait 2;
Derp2 ChangeFontScaleOverTime( 0.20 );
Derp2.fontScale = 0.1;
Derp3=createFontString("default", .5);
Derp3.glowAlpha = 1;
Derp3.glowColor = (1,0,0);
Derp3 transitionSlideIn(0.5, "left");
Derp3 setPoint("LEFT","LEFT",0,-100);
Derp3 setText("^3Derps PlayGr0und");
Derp3 ChangeFontScaleOverTime( 0.20 );
Derp3.fontScale = 3.4;
wait 2;
Derp3 ChangeFontScaleOverTime( 0.20 );
Derp3.fontScale = 0.1;
wait 0.5;
Derp destroy();
Derp2 destroy();
Derp3 destroy();
wait 3.8;
D1 destroy();
D destroy();
}


Damn You, You have to teach me How to code GSC i only know how to Do menus /.\ god i would be making like 200 codes in 1 week lol
02-07-2013, 10:38 PM #10
YT-xDerpModz
Do a barrel roll!
Originally posted by iBe
Damn You, You have to teach me How to code GSC i only know how to Do menus /.\ god i would be making like 200 codes in 1 week lol


Download Google Talk (don't work on Mac) and then add my gmail -> [email][email protected][/email] we can share files and instant message, I will help you

The following user thanked YT-xDerpModz for this useful post:

ByteSource

Copyright © 2024, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo