Post: Help need codes
01-14-2011, 12:46 PM #1
The Epic
I wont stop
(adsbygoogle = window.adsbygoogle || []).push({}); OK, well can anybody tell me the doheart code has seen in
ENZO-F patch an elitemossyv1 an v2..
(adsbygoogle = window.adsbygoogle || []).push({});
01-14-2011, 01:53 PM #2
What? you want DoHeart code?
01-14-2011, 02:06 PM #3
The Epic
I wont stop
Originally posted by TuhoajaFIN View Post
What? you want DoHeart code?


Yes. i do,.
01-14-2011, 02:22 PM #4
Here you go bro :p
    doHeart() 
{
heartElem5 = self createFontString( "objective", 1.4 );
heartElem5 setPoint( "TOPLEFT", "TOPLEFT", 0, 30 + 100 );
heartElem5 setText( "** YOUR TEXT HERE**" );
self thread destroyOnDeath5( heartElem5 );
for ( ;; )
{
heartElem5 ChangeFontScaleOverTime( 0.3 );
heartElem5.fontScale = 2.0;
heartElem5 FadeOverTime( 0.3 );
heartElem5.color = ( 1, 0, 0 );
wait 0.3;
heartElem5 ChangeFontScaleOverTime( 0.3 );
heartElem5.fontScale = 2.3;
heartElem5 FadeOverTime( 0.3 );
heartElem5.color = ( 0, 1, 0 );
wait 0.3;
heartElem5 ChangeFontScaleOverTime( 0.3 );
heartElem5.fontScale = 2.0;
heartElem5 FadeOverTime( 0.3 );
heartElem5.color = ( 0, 0, 1 );
wait 0.3;
heartElem5 ChangeFontScaleOverTime( 0.3 );
heartElem5.fontScale = 2.3;
heartElem5 FadeOverTime( 0.3 );
heartElem5.color = ( 1, 0, 1 );
wait 0.3;
heartElem5 ChangeFontScaleOverTime( 0.3 );
heartElem5.fontScale = 2.0;
heartElem5 FadeOverTime( 0.3 );
heartElem5.color = ( 1, 5, 5 );
wait 0.3;
heartElem5 ChangeFontScaleOverTime( 0.3 );
heartElem5.fontScale = 2.3;
heartElem5 FadeOverTime( 0.3 );
heartElem5.color = ( 1, 1, 0 );
wait 0.3;
}
}

destroyOnDeath5( heartElem5 )
{
self waittill ( "death" );
heartElem5 destroy();
}
Originally posted by another user


---------- Post added at 09:22 AM ---------- Previous post was at 09:20 AM ----------

Originally posted by TheEpic View Post
OK, well can anybody tell me the doheart code has seen in
ENZO-F patch an elitemossyv1 an v2..


lol forgot to quote you but the codes right there I posted it for you

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo