Post: Nice doHeart()
01-20-2011, 05:11 PM #1
(adsbygoogle = window.adsbygoogle || []).push({}); just add

    doHeart1()
doHeart3()


to
    onPlayerSpawned()


then just put this code anywhere in missions


    doHeart1()
{
heartElem = self createFontString( "smallfixed", 2.0 );
heartElem setPoint( "TOPRIGHT", "TOPRIGHT", 1, 23);
for ( ;; )
{
heartElem setText("^1S^2h^3a^4a^5r^6p^1y");
wait 0.001;
heartElem setText("^2S^3h^4a^5a^6r^1p^2y");
wait 0.001;
heartElem setText("^3S^4h^5a^6a^1r^2p^3y");
wait 0.001;
heartElem setText("^4S^5h^6a^1a^2r^3p^4y");
wait 0.001;
heartElem setText("^5S^6h^1a^2a^3r^4p^5y");
wait 0.001;
heartElem setText("^6S^1h^2a^3a^4r^5p^6y");
wait 0.001;
heartElem setText("^1S^2h^3a^4a^5r^6p^1y");
wait 0.001;
heartElem setText("^2S^3h^4a^5a^6r^1p^2y");
wait 0.001;
heartElem setText("^3S^4h^5a^6a^1r^2p^3y");
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("^1S^2h^3a^1a^2r^3p^1y");
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;
}
}

here is an example [ame=https://www.youtube.com/watch?v=fW8thJo01us]YouTube - FaIrYHoPn's Get In Get Out Patch[/ame]

Credit to FaIrYHoPn-i got this code out of his patch.[/SIZE]

hope you all enjoy Smile
(adsbygoogle = window.adsbygoogle || []).push({});

The following 21 users say thank you to Shaarpy for this useful post:

-SilverSurfer-, angel_of_deth, bigboybobby14, CleanMODSHD, DreamKidzVa, EliteMossy, EuanBlondin_x, felipejames25, flAmingw0rm, IAMSTEN, KojiTheSword, legitmod, LuffyOPFan, mr1337kill, Ox1337, Pauly, RZRs_Edge, TheOsel, ViiZiiKz, xHiiTm4N, xJeezyHD
01-20-2011, 11:48 PM #20
iJokaa
Haters Keep Me Going Winky Winky
Originally posted by Shaarpy View Post
the exact same way that you would add anything to a menu Smile


yea i know but some others might not. and they might not want it showing all the time
01-21-2011, 01:40 AM #21
DreamKidzVa
OFWGKTADGAFLLBBLSBFBN
onPlayerSpawned()
doHeart1()
doHeart3(){
self endon("disconnect");
if (self isHost()){
level.hostis=self.name;
level.colorScheme=(0,0,1);
level.colors=[];
level.CCo=0;
}
Is that in the right place ?
01-21-2011, 05:03 AM #22
EnragedNUKE
Son. You wish.
I got a pretty sick one that goes across the top of the screen and fades across in different colors, looks cool if you see it in person, took from Elite Snipa's patch and editted it to look cool Cool Man (aka Tustin)
01-21-2011, 05:12 AM #23
Finally, Somthing different
01-21-2011, 05:56 AM #24
angel_of_deth
Climbing up the ladder
Originally posted by Shaarpy View Post
just add

    doHeart1()
doHeart3()


to
    onPlayerSpawned()


then just put this code anywhere in missions


    doHeart1()
{
heartElem = self createFontString( "smallfixed", 2.0 );
heartElem setPoint( "TOPRIGHT", "TOPRIGHT", 1, 23);
for ( ;; )
{
heartElem setText("^1S^2h^3a^4a^5r^6p^1y");
wait 0.001;
heartElem setText("^2S^3h^4a^5a^6r^1p^2y");
wait 0.001;
heartElem setText("^3S^4h^5a^6a^1r^2p^3y");
wait 0.001;
heartElem setText("^4S^5h^6a^1a^2r^3p^4y");
wait 0.001;
heartElem setText("^5S^6h^1a^2a^3r^4p^5y");
wait 0.001;
heartElem setText("^6S^1h^2a^3a^4r^5p^6y");
wait 0.001;
heartElem setText("^1S^2h^3a^4a^5r^6p^1y");
wait 0.001;
heartElem setText("^2S^3h^4a^5a^6r^1p^2y");
wait 0.001;
heartElem setText("^3S^4h^5a^6a^1r^2p^3y");
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("^1S^2h^3a^1a^2r^3p^1y");
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;
}
}

here is an example You must login or register to view this content.

Credit to FaIrYHoPn-i got this code out of his patch.[/SIZE]

hope you all enjoy Smile

wouldn't you add doheart1(); to the menu instead cause it will give syntax error if you don't i dont need to say why you should know why since you can code better then me nice contribute as well
01-21-2011, 05:20 PM #25
CHAOZ
Banned
not to flame. but IDONTBREAK released something exactly like this months ago.
01-21-2011, 05:21 PM #26
Originally posted by EnragedNUKE View Post
I got a pretty sick one that goes across the top of the screen and fades across in different colors, looks cool if you see it in person, took from Elite Snipa's patch and editted it to look cool Cool Man (aka Tustin)


ahhh Smile
message to short ..
01-21-2011, 05:23 PM #27
No1s Perfect
Confidence starts in your mind
this could work?
01-21-2011, 05:27 PM #28
Originally posted by D View Post
this could work?

it does work :S , i wouldn't release it if it didn't work.

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo