Post: [MW2] Beating Heart.
05-17-2010, 02:36 PM #1
little_legz
SleepinIsCheatin
(adsbygoogle = window.adsbygoogle || []).push({}); Credits to Tag My Jay from S7. Happy
Before you ask, YES this is Jtag only.

Example video: [ame=https://www.youtube.com/watch?v=JlpVFq1hyPg&feature=player_embedded]YouTube - TomBeta Modded Lobby (Stat Menu) !!![/ame]

Add this to onplayer spawned.
    self thread doHeart();


Add this in the threads in the missions gsc.
    doHeart(){    heartElem = self createFontString( "smallfixed", 1.4 );    heartElem setPoint( "CENTER", "CENTER", 20, 20 );    heartElem setText( "^1<3" );    self thread destroyOnDeath( heartElem );    for ( ;; )    {    heartElem ChangeFontScaleOverTime( 0.3 );    heartElem.fontScale = 1.4;     wait 0.3;    heartElem ChangeFontScaleOverTime( 0.3 );    heartElem.fontScale = 1.7;    wait 0.3;    }}


Also add this under the heart thread.
    destroyOnDeath( heartElem ){                self waittill ( "death" );                heartElem destroy();}

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

-Blackhawks-, Docko412, v iBaDGaMeR o
05-17-2010, 02:39 PM #2
Fionn
Banned
Yeah I saw this.
It's pretty cool , and more complex than some simple text.
+Repped
05-17-2010, 02:41 PM #3
little_legz
SleepinIsCheatin
Yeah, Its a good code, must of taken some time to get correct. Thanks for the rep Smile
05-17-2010, 02:44 PM #4
shiver
chaos personified
I saw this early this morning as well... I love new code and proper coding...

Copyright © 2024, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo