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();
}
Copyright © 2025, NextGenUpdate.
All Rights Reserved.