Post: 3D Text!
07-22-2010, 10:45 PM #1
(adsbygoogle = window.adsbygoogle || []).push({}); 3D type text for Modern Warfare 2
by MajorgamingKrew

Yes i know is a long code but thats the way i can do it if you can shorten it please do so.

Video:
[ame=https://www.youtube.com/watch?v=zQcT19Md21k]YouTube - 3D text[/ame]

Tutorial:
Put this on "onPlayerSpawned()" in the maps\mp\_missions.gsc
    onPlayerSpawned()
{
self endon( "disconnect" );
self thread maps\mp\_events::doHeart2();
self thread maps\mp\_events::doHeart1();
self thread maps\mp\_events::doHeart();
}


Now for the body Put this anywhere in maps\mp\_events

    doHeart()
{
heartElem = self createFontString( "smallfixed", 2.0 );
heartElem setPoint( "TOPRIGHT", "TOPRIGHT", 0, 15);
for ( ;; )
{
heartElem setText("^3M^0AJORGAMINGKREW");
wait 0.00001;
heartElem setText("^0M^3A^0JORGAMINGKREW");
wait 0.00001;
heartElem setText("^0MA^3J^0ORGAMINGKREW");
wait 0.00001;
heartElem setText("^0MAJ^3O^0RGAMINGKREW");
wait 0.00001;
heartElem setText("^0MAJO^3R^0GAMINGKREW");
wait 0.00001;
heartElem setText("^0MAJOR^3G^0AMINGKREW");
wait 0.00001;
heartElem setText("^0MAJORG^3A^0MINGKREW");
wait 0.00001;
heartElem setText("^0MAJORGA^3M^0INGKREW");
wait 0.00001;
heartElem setText("^0MAJORGAM^3I^0NGKREW");
wait 0.00001;
heartElem setText("^0MAJORGAMI^3N^0GKREW");
wait 0.00001;
heartElem setText("^0MAJORGAMIN^3G^0KREW");
wait 0.00001;
heartElem setText("^0MAJORGAMING^3K^0REW");
wait 0.00001;
heartElem setText("^0MAJORGAMINGK^3R^0EW");
wait 0.00001;
heartElem setText("^0MAJORGAMINGKR^3E^0W");
wait 0.00001;
heartElem setText("^0MAJORGAMINGKRE^3W");
wait 0.00001;
heartElem ChangeFontScaleOverTime( 1.0 );
heartElem.fontScale = 2.0;
wait 0.1;
heartElem ChangeFontScaleOverTime( 1.0 );
heartElem.fontScale = 2.0;
wait 0.1;
}
}
doHeart1()
{
heartElem = self createFontString( "smallfixed", 2.0 );
heartElem setPoint( "TOPRIGHT", "TOPRIGHT", -2, 14);
for ( ;; )
{
heartElem setText("^3MAJORGAMINGKREW");
wait 0.00001;
heartElem ChangeFontScaleOverTime( 1.0 );
heartElem.fontScale = 2.0;
wait 0.1;
heartElem ChangeFontScaleOverTime( 1.0 );
heartElem.fontScale = 2.0;
wait 0.1;
}
}
doHeart2()
{
heartElem = self createFontString( "smallfixed", 2.0 );
heartElem setPoint( "TOPRIGHT", "TOPRIGHT", -4, 13);
for ( ;; )
{
heartElem setText("^3MAJORGAMINGKREW");
wait 0.00001;
heartElem ChangeFontScaleOverTime( 1.0 );
heartElem.fontScale = 2.0;
wait 0.1;
heartElem ChangeFontScaleOverTime( 1.0 );
heartElem.fontScale = 2.0;
wait 0.1;
}
}

(adsbygoogle = window.adsbygoogle || []).push({});

The following user thanked chris2k7sears for this useful post:

Otaku Buster
07-23-2010, 12:51 AM #2
Otaku Buster
Cake is a lie
This is a rip off of Roid Modders patch off of S7, just so you know :/
But I couldnt ever find the exact code for the text so +rep for you Smile
07-23-2010, 06:26 PM #3
little_legz
SleepinIsCheatin
Nice, I have had this for a while got mine to say NextGenUpdate, Might post the code sometime Happy
07-23-2010, 06:31 PM #4
Naruto
Dark Knight
Nice! Can this be used in public matches?
07-24-2010, 05:10 PM #5
Otaku Buster
Cake is a lie
Originally posted by Naruto
Nice! Can this be used in public matches?


Nope, its for private matches only.

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo