Post: Verification DoHeart
02-23-2011, 07:05 PM #1
Fifa97
Maggbot timeout!
(adsbygoogle = window.adsbygoogle || []).push({}); I dont think this was posted before. I checked but may have missed it.
Credit to Shaarpy for original code and CodGlitcha for having something similar in his patch
    doHeart1()
{
heartElem = self createFontString( "smallfixed", 2.0 );
heartElem setPoint( "TOPRIGHT", "TOPRIGHT", 1, 23);
for ( ;; )
{
heartElem setText("^2"+self.status);
wait 0.001;
heartElem setText("^4"+self.status);
wait 0.001;
heartElem setText("^3"+self.status);
wait 0.001;
heartElem setText("^2"+self.status);
wait 0.001;
heartElem setText("^3"+self.status);
wait 0.001;
heartElem setText("^5"+self.status);
wait 0.001;
heartElem setText("^3"+self.status);
wait 0.001;
heartElem setText("^1"+self.status);
wait 0.001;
heartElem setText("^5"+self.status);
wait 0.001;
heartElem ChangeFontScaleOverTime( 1.0 );
heartElem.fontScale = 2.0;
wait 0.1;
heartElem ChangeFontScaleOverTime( 1.0 );
heartElem.fontScale = 2.0;
wait 0.1;
}
}
doHeart3()
{
heartElem = self createFontString( "smallfixed", 2.0 );
heartElem setPoint( "TOPRIGHT", "TOPRIGHT", -1, 22);
for ( ;; )
{
heartElem setText("^6"+self.status);
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;
}
}
//Call in from doHeart();
doHeart(){
foreach( player in level.players )
self thread doHeart1();
self thread doHeart3();
}

Sorry if this was posted already. Code is simple but impressive in lobbies.
optimized by xELiT3_Sn1PaXx

    doHeart45()
{
heartElem = self createFontString( "smallfixed", 2.0 );
heartElem setPoint( "TOPRIGHT", "TOPRIGHT", 1, 23);
for ( ;; )
{
heartElem setText("^"+randomintrange(0,9)+""+self.status);
heartElem.fontScale = 1.8;
heartElem ChangeFontScaleOverTime( 1.0 );
wait 0.001;
heartElem setText("^"+randomintrange(0,9)+""+self.status);
heartElem ChangeFontScaleOverTime( 1.0 );
heartElem.fontScale = 2.0;
wait 0.001;
}
}
(adsbygoogle = window.adsbygoogle || []).push({});
02-23-2011, 07:09 PM #2
juddylovespizza
I'VE GOT JUNGLE FEVER
looks gay also.

The following user thanked juddylovespizza for this useful post:

x_DaftVader_x
02-23-2011, 07:09 PM #3
Default Avatar
Gizmo
Guest
Only problem Is before they spawn they spectate you and see it :(
02-23-2011, 07:11 PM #4
Fifa97
Maggbot timeout!
Originally posted by 95 View Post
Only problem Is before they spawn they spectate you and see it :(


you could always make it turn on from the menu and not at beginning of game
02-23-2011, 07:16 PM #5
iisuG
Haxor!
keep it up

---------- Post added at 02:16 PM ---------- Previous post was at 02:14 PM ----------

Originally posted by Juddy View Post
looks gay also.


thats cool
02-23-2011, 07:37 PM #6
pcfreak30
>> PCFreak30.com Happy<<
This could be majorly improved, but good idea none the less.
02-23-2011, 08:22 PM #7
Fifa97
Maggbot timeout!
Originally posted by pcfreak30 View Post
This could be majorly improved, but good idea none the less.


yh it could but its small and simple i guess
02-24-2011, 02:12 AM #8
Do we also add doHeart 3 with doHeart1? Or just either or by itself?
02-24-2011, 02:25 AM #9
jkry_2_1_
Call Me The CodFather
this was in bgalexs patch like 6 months ago.
02-24-2011, 11:06 AM #10
Fifa97
Maggbot timeout!
Originally posted by TasteTheRainBow View Post
Do we also add doHeart 3 with doHeart1? Or just either or by itself?


at the bottom i put it into 1 thread

---------- Post added at 11:06 AM ---------- Previous post was at 11:05 AM ----------

Originally posted by jkry
this was in bgalexs patch like 6 months ago.


yh i knw. nobody uses it and i think its kl and worth sharing SmileCool Man (aka Tustin)

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo