Post: Mw2 Style Credits
08-31-2017, 11:07 PM #1
BlurzGoHard
Maggbot timeout!
(adsbygoogle = window.adsbygoogle || []).push({});
Mw2 Style Credits

Really simple code but havent seen it on here or anywhere. Just take out my text and enter yours that simple!

You must login or register to view this content.

Code is more compact now thanks to a friend who dosent want credit haha

Call Like
    BlurzCredit


    BlurzCredit()
{
if (level.BlurzCredit == false)
{
level.BlurzCredit = true;
foreach (p in level.players)
{
p thread Mw2Style();
}
}
}
Mw2Style()
{
self endon("disconnect");
//THIS CAN BE DONE VIA YOUR 'CREATETEXT' OR WHATEVER YOU HAVE IT AS.
AdvertText=createFontString("objective",2.0);
AdvertText setPoint("CENTER","CENTER",0,0);
AdvertText.fontScale = 2.6;
AdvertText.glow = 0;
AdvertText.glowalpha = 1;
AdvertText.glowColor = (2.6,4,22);

text = strTok("Credits:;BlurzGoHard, Extinct;AerialOnDex, Name 4;Name 5, Name 6;Knockout Modding Team <3", ";");
for(i=0;i<text.size;i++)
{
self playLocalSound("evt_force_elevator_doors");
AdvertText setText(text[i]);
wait 2;
}
AdvertText destroy();
}



Credit would be too
DerekTrotter
EliteMossy
and really the Mw2 main people because this is just simply mw2 to bo2 stuff
Last edited by BlurzGoHard ; 09-01-2017 at 06:05 PM. Reason: Making code cleaner

The following 4 users say thank you to BlurzGoHard for this useful post:

AerialOnDex, DF_AUS, MrReDT34L, oCmKs_4_LiFe

The following user groaned BlurzGoHard for this awful post:

Patrick
09-01-2017, 12:01 AM #2
ISOCheated
Save Point
Originally posted by BlurzGoHard View Post
Mw2 Style Credits

Really simple code but havent seen it on here or anywhere. Just take out my text and enter yours that simple!

You must login or register to view this content.

Code could be a hell of a lot cleaner just something simple edit how you want..

Call Like
    BlurzCredit


    BlurzCredit()
{
if (level.BlurzCredit == false)
{
level.BlurzCredit = true;
foreach (p in level.players)
{
p thread Mw2Style();
}
}
}
Mw2Style()
{
self endon("disconnect");
self playLocalSound("evt_force_elevator_doors");
AdvertText=createFontString("objective",2.0);
AdvertText setPoint("CENTER","CENTER",0,0);
AdvertText.fontScale = 2.6;
AdvertText.glow = 0;
AdvertText.glowalpha = 1;
AdvertText.glowColor = (2.6,4,22);
self playLocalSound("prj_bullet_impact_xtreme_exit_metal");
AdvertText setText("Credits:");
wait 2;
self playLocalSound("evt_force_elevator_doors");
AdvertText setText("BlurzGoHard");
wait 2;
self playLocalSound("evt_force_elevator_doors");
AdvertText setText("Extinct,Your Text Here");
wait 2;
self playLocalSound("evt_force_elevator_doors");
AdvertText setText("Your Text Here,Your Text Here");
wait 2;
self playLocalSound("evt_force_elevator_doors");
AdvertText setText("Your Text Here,Your Text Here");
wait 2;
self playLocalSound("evt_force_elevator_doors");
AdvertText setText("Your Text Here,Your Text Here");
wait 2;
self playLocalSound("evt_force_elevator_doors");
AdvertText setText("Your Text Here,Your Text Here");
wait 2;
self playLocalSound("evt_force_elevator_doors");
AdvertText setText("Your Text Here,Your Text Here");
wait 2;
self playLocalSound("evt_force_elevator_doors");
AdvertText setText("Your Text Here,Your Text Here");
wait 2;
self playLocalSound("evt_force_elevator_doors");
AdvertText setText("Knockout Modding Team <3");
wait 2;
self playLocalSound("prj_bullet_impact_xtreme_exit_metal");
AdvertText destroy();
}



Are you working on Bo2 now?
09-01-2017, 12:12 AM #3
BlurzGoHard
Maggbot timeout!
Originally posted by ISOCheated View Post
Are you working on Bo2 now?


Yeah i am.. Knockout v1 with a new modding team i made.
09-01-2017, 01:44 AM #4
AerialOnDex
Bounty hunter
Originally posted by BlurzGoHard View Post
Yeah i am.. Knockout v1 with a new modding team i made.


w0w u suk u nub
09-01-2017, 01:44 AM #5
AerialOnDex
Bounty hunter
Originally posted by BlurzGoHard View Post
Yeah i am.. Knockout v1 with a new modding team i made.


*We made :P*
09-01-2017, 03:55 AM #6
Fleek Designs
< ^ > < ^ >
Originally posted by aerialondex View Post
*we made :p*

' i made"
09-01-2017, 04:19 AM #7
AerialOnDex
Bounty hunter
Originally posted by Fleek
' i made"


*who tf are you*
09-01-2017, 05:33 AM #8
Fleek Designs
< ^ > < ^ >
Originally posted by AerialOnDex View Post
*who tf are you*


trill you noob
09-01-2017, 02:47 PM #9
AerialOnDex
Bounty hunter
Originally posted by Fleek
trill you noob


Then why does it say fleek designs
09-01-2017, 06:03 PM #10
BlurzGoHard
Maggbot timeout!
Originally posted by AerialOnDex View Post
*We made :P*


well i guess you can say that lol

Copyright © 2024, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo