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-02-2017, 04:32 PM #11
I remember you from the mw2 bypass days, glad to see some of you are still around
09-02-2017, 06:15 PM #12
BlurzGoHard
Maggbot timeout!
Originally posted by Star69 View Post
I remember you from the mw2 bypass days, glad to see some of you are still around


currently working on black ops 2 stuff. Wish some of my friends had an RGH so i could join with my XB1 haha but add me on skype if you want to! : indykota317
09-03-2017, 05:04 AM #13
do you have a video of it?
10-13-2017, 11:33 PM #14
BlurzGoHard
Maggbot timeout!
Originally posted by CxwhMods View Post
do you have a video of it?


sorry for late reply but i do not

Copyright © 2025, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo