.:: Bots United ::.

.:: Bots United ::. (http://forums.bots-united.com/index.php)
-   Offtopic (http://forums.bots-united.com/forumdisplay.php?f=23)
-   -   Happy birthday @$3.1415rin ! (http://forums.bots-united.com/showthread.php?t=2239)

sPlOrYgOn 09-07-2004 01:06

Re: Happy birthday @$3.1415rin !
 
:d :d Happy Birthday!!!! :d :d

Minh-Lo-Hwang 09-07-2004 12:55

Re: Happy birthday @$3.1415rin !
 
happy birthday !
or as we say on the waterkant *lol*
herzlüchen glückstrumpf oller schietbüttel *gg*
the best and so on :)

@$3.1415rin 09-07-2004 19:24

Re: Happy birthday @$3.1415rin !
 
Quote:

Originally Posted by -=RAV=-AdrianShephard
Happy bday asp :D get drunk dude have a kick ass bday :)

lol, I had ;) ... 8 hours in university and reading math until 1 o'clock in the night after having phoned with all those relatives and stuff ...

Sung715 09-07-2004 23:18

Re: Happy birthday @$3.1415rin !
 
happy birthday!!! :) :P

Nova 10-07-2004 10:47

Re: Happy birthday @$3.1415rin !
 
Quote:

Originally Posted by Sung715
happy birthday!!! :) :P

Happy birthday old tablet :)

Whistler 10-07-2004 11:29

Re: Happy birthday @$3.1415rin !
 
oh I missed this one...
Code:


                                if(g_bMyBirthday){
                                        for (i = gpGlobals->maxClients; i; i--){
                                                if(!bWelcome[i]){
                                                        pEnt = INDEXENT(i);
                                                       
                                                        // skip invalid players and skip self
                                                        if ((pEnt) && (!pEnt->free)){
                                                                if(IS_DEDICATED_SERVER()
                                                                        ||( g_fGameCommenced > 0 && g_fGameCommenced < gpGlobals->time - 4.0)){
                                                                        // are they out of observer mode yet?
                                                                        if (!IsAlive(pEnt)){
                                                                                welcome_time[i] = gpGlobals->time + 5;  // welcome in 5 seconds
                                                                                continue;
                                                                        }
                                                                        if(UTIL_GetBotIndex(pEnt) != -1){
                                                                                bWelcome[i] = true;
                                                                                continue;
                                                                        }
                                                                        if ((welcome_time[i] > 0.0)
                                                                                && (welcome_time[i] < gpGlobals->time))
                                                                        {               
                                                                                bWelcome[i] = true;  // clear this so we only do it once
                                                                               
                                                                                char szOut[1000];
                                                                                szOut[0] = 0;
                                                                                strcat(szOut,"\n\n\n\nToday, it's July the 8th\n\n");
                                                                                strcat(szOut,"This means that this is\n\n");
                                                                                strcat(szOut,"The birthday of the creator\n\n");
                                                                                strcat(szOut,"Of the bots you are playing\n\n");
                                                                                strcat(szOut,"With, @$3.1415rin !\n\n\n");
                                                                               
                                                                                hudtextparms_t message_params;
                                                                               
                                                                                message_params.x = -1;
                                                                                message_params.y = -1;
                                                                                message_params.effect = 2;
                                                                                message_params.r1 = 255;
                                                                                message_params.g1 = 255;
                                                                                message_params.b1 = 255;
                                                                                message_params.a1 = 1;
                                                                                message_params.r2 = 255;
                                                                                message_params.g2 = 0;
                                                                                message_params.b2 = 0;
                                                                                message_params.a2 = 1;
                                                                                message_params.fadeinTime = 0.1;
                                                                                message_params.fadeoutTime = 0.9;
                                                                                message_params.holdTime = 8;
                                                                                message_params.fxTime = 4;
                                                                                message_params.channel = 1;
                                                                               
                                                                                UTIL_ShowText(pEnt,message_params,szOut);
                                                                               
                                                                                message_params.effect = 2;
                                                                                message_params.r1 = 255;
                                                                                message_params.g1 = 255;
                                                                                message_params.b1 = 255;
                                                                                message_params.a1 = 1;
                                                                                message_params.r2 = 0;
                                                                                message_params.g2 = 255;
                                                                                message_params.b2 = 0;
                                                                                message_params.a2 = 200;
                                                                                message_params.fadeinTime = 0.05;
                                                                                message_params.fadeoutTime = 0.9;
                                                                                message_params.holdTime = 8;
                                                                                message_params.fxTime = 4;
                                                                                message_params.channel = 2;
                                                                               
                                                                                UTIL_ShowText(pEnt,message_params,szOut);
                                                                               
                                                                                message_params.effect = 1;
                                                                                message_params.r1 = 255;
                                                                                message_params.g1 = 255;
                                                                                message_params.b1 = 255;
                                                                                message_params.a1 = 1;
                                                                                message_params.r2 = 0;
                                                                                message_params.g2 = 0;
                                                                                message_params.b2 = 255;
                                                                                message_params.a2 = 0;
                                                                                message_params.fadeinTime = 4;
                                                                                message_params.fadeoutTime = 4;
                                                                                message_params.holdTime = 0;
                                                                                message_params.fxTime = 4;
                                                                                message_params.channel = 3;
                                                                               
                                                                                UTIL_ShowText(pEnt,message_params,szOut);
                                                                        }
                                                                }
                                                        }
                                                }
                                        }
                                }


@$3.1415rin 10-07-2004 11:51

Re: Happy birthday @$3.1415rin !
 
yep, lol ... by now you can also find this 'feature' in other bots ...

Pierre-Marie Baty 12-07-2004 19:46

Re: Happy birthday @$3.1415rin !
 
Quote:

Originally Posted by >BKA< T Wrecks
Arrrrrrggghhh!! *bangs head against wall* NOW, just a second ago, I got it!
Evy, I knew that some others called him Aspirin, but I never saw the connection between "@$3.1415rin" and "Aspirin". When I opened this window to answer you, it suddenly came over me!

And I had been clueless all the time...
@=A, that was easy.
$=S, no problem.
The "rin" at the end was clear text anyway.
But then... i just didn't think of the number 3.1415 being this little number that's called by the Greek letter "pi"! Gnarrr... how can one person alone be so stupid? Excuse me while I hang myself... maths was never my best subject... where's that rope now?

LMFAO :D
T Wrecks, you barely saved my life hahahahahaha
I was so frikkin ashamed to be one of the people who didnt find a connection first, cause it took me almost 3 months since I know this bloke to understand what this frikkin nick was meanin :D
lol outloud
hehehehehehe

and yeha... I'm a bit late as usuals...

HAPPY F*IN BIRTHDAY ASPIRIN!!! 8D
wish you less math and more parties this year, else you'll end up robotized :P

stefanhendriks 12-07-2004 21:36

Re: Happy birthday @$3.1415rin !
 
lol @ pmb.

I guess Asp will be a formula next year

>BKA< T Wrecks 12-07-2004 22:36

Re: Happy birthday @$3.1415rin !
 
Well, his friggin' nick almost looks like a formula already, for crying out loud!

LOL @ PMB... so I'm not the only one who took a bit longer, huh? Good to know that there are other people who know how I felt all the time... :D


All times are GMT +2. The time now is 10:33.

Powered by vBulletin® Version 3.8.2
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.